Installing Rust
- Download and install Rust.
1curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
You are advised to download Rust in a stable network environment.
- In the displayed installation options, select the default installation mode.

- Run the source command for the installation to take effect.
1source $HOME/.cargo/env
Parent topic: Configuring the Compilation Environment