Installing Rust
- Download and install Rust. If the download fails due to network conditions, try again.
1curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- In the displayed installation options, select the default installation mode.

- Make the installation take effect.
1source $HOME/.cargo/env
Parent topic: Installing Dependencies