Skip to content

Rustup

Rustup is used to install and manage Rust toolchains. Toolchains are complete installations of Rust compiler and tools.

Click for more details

CommandDescription
rustup showShow currently installed & active toolchains
rustup updateUpdate all toolchains
rustup default TOOLCHAINSet the default toolchain
rustup component listList available components
rustup component add NAMEAdd a component (like Clippy or offline docs)
rustup target listList available compilation targets
rustup target add NAMEAdd a compilation target

sss

Released under the MIT License