2 artifacts
Tap to collapse details
Linux/macOS:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env
Windows: Download and run rustup-init.exe from https://www.rust-lang.org/tools/install.
rustup-init.exe
Verify:
rustc --version cargo --version
Install VS Code and rust-analyzer extension.
❌ Not sourcing the environment after install on Unix
→Run `source $HOME/.cargo/env` or restart terminal
❌ Skipping verification step
→Always run `rustc --version` to confirm installation
Tap to expand details
Spin up a personalized “learn Rust” plan you can save, check off, and return to anytime — unlimited on the free trial.
Google
Official Rust
by Steve Klabnik, Carol Nichols
Curated paths: The Book, Rustlings, Rust by Example
Command-line exercises for hands-on practice
Interactive, runnable code examples
Official Rust toolchain installer
Package manager and build system
LSP for IDE features like autocomplete