June 19th 2026 - Getting Started With Rust
Installation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
On macOS rustc, cargo, rustup, and other tools will be installed in:
/Users/user/.cargo/bin/rustc
Keep Rust up to date
rustup update
Uninstall Rust
rustup self uninstall
Read the Rust Book
You can find it here.
View documentation offline
rustup doc