User Tools

Site Tools


rustup

rustup

Return to Install rustup, rustup-init, rustc, crate, Rust

rustup

rustup 1.24.3 (ce5817a94 2021-05-31)

The Rust toolchain installer

USAGE:

rustup [FLAGS] [+toolchain] <SUBCOMMAND>

FLAGS:

-v, –verbose Enable verbose output

-q, –quiet Disable progress output

-h, –help Prints help information

-V, –version Prints version information

ARGS:

<+toolchain> Rust release channel (e.g. +stable) or custom Rust toolchain to set override

DISCUSSION:

Rustup installs The Rust Programming Language from the official Rust release channels, enabling you to easily switch between Rust stable, Rust beta, and Rust nightly Rust compilers and keep Rust updated.

It makes Rust cross-compiling simpler with Rust binary builds of the Rust standard library for common Rust platforms.

If you are new to Rust consider running `rustup doc --book` to learn Rust.

rustup.txt · Last modified: 2024/04/28 03:25 (external edit)