Install Rust


See in the Rust book


rustup --version

rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.70.0 (90c541806 2023-05-31)`


rustc --version

rustc 1.70.0 (90c541806 2023-05-31)