rustup


#programming #compiling #rust #dev #tech #code #systems #lang #learn #tool

Installation

Installation documentation can be found on the rustup.rs website.

Alternatively, you can also use your distros packages version or other means.

Usage

rustup update

More on rustup in my dedicated wiki page.

Once rustup is installed, you can access The Rust Book, Rust by Examples and the std library documentation locally and offline via the cmd:

rustup doc
rustup doc --book

Alternatively, the book mentions a interactive version of the Rust Book, via Experiment: Improving the Rust Book.

Back to the top ↑