rustup
Rust toolchain installer.
Install, manage, and update Rust toolchains.
- Install the nightly toolchain for your system:
- Switch the default toolchain to nightly so that the `cargo` and `rustc` commands will use it:
- Use the nightly toolchain when inside the current project, but leave global settings unchanged:
- Update all toolchains:
- List installed toolchains:
- Run cargo build with a certain toolchain:
- Open the local rust documentation in the default web browser:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).