Install Rust Toolchain
Overview of Rust Toolchain Installation
The main tool that you'll use to install Rust, and its related utilities, is called rustup
.
- cargo
- rustc
- rustdoc
The main tool that you'll use to install Rust, and its related utilities, is called rustup
.