Overview of rustup capabilities
mainrustup is the official toolchain installer for the Rust Programming Language. It allows you to:
- Install Rust from official release channels.
- Switch between
stable,beta, andnightlycompilers. - Keep toolchains updated.
- Simplify cross-compilation using binary builds of the standard library for common platforms.
- Run on all platforms supported by Rust.