đź“ť Edit page
âž• Add page
Install and manage Rust
Install Rust
See Install page on Rust docs or the Rustup homepage.
macOS and Linux
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
You’ll have to make some choices like stable or nightly build and whether the installer should update your PATH
.
Windows
Download and installed from on the Install page linked above.
Update Rust
$ rustup update
The instructions for the cargo fmt
command suggest installing/updating update your global formatter.
$ rustup component add rustfmt
info: component 'rustfmt' for target 'x86_64-apple-darwin' is up to date