Rust Installation.
Installation Steps
Linux and MacOs
To install Rust programming language on linux or macOs system execute the following command on your prefered terminal.
- Verify the install.
rustc --version
- Verify Cargo install
cargo --version
- verify rustup install
rustup --version
Windows OS
- For Windows 64-bit download and run
rustup‑init.exethen follow the onscreen instructions.
- For Windows 32-bit download and run
rustup‑init.exethen follow the onscreen instructions.
- For Windows on ARM, download and run
rustup-init.exethen follow the onscreen instructions.
Update Rust Language
To update rust language, simply use rustup command.