Rust toolchain installer. Install, manage, and update Rust toolchains. More information: https://github.com/rust-lang/rustup.rs.
rustup install nightly
cargo
and rustc
commands will use it:rustup default nightly
rustup override set nightly
rustup update
rustup show
rustup run {{toolchain_name}} cargo build