2 artifacts
Tap to collapse details
Visit rust-lang.org/tools/install and follow these commands:
macOS/Linux/WSL:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env
Windows: Download and run rustup-init.exe.
Verify:
rustc --version cargo --version
Install VS Code and the rust-analyzer extension.
rust-analyzer
❌ Skipping PATH update after install
→Run `source $HOME/.cargo/env` or restart terminal
❌ Not installing VS C++ tools on Windows
→Install Visual Studio C++ Build Tools when prompted
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.
Official Rust
Google
by Steve Klabnik, Carol Nichols
Official curated learning resources
Interactive code examples
CLI-based exercises
Manages Rust toolchains
Build tool and package manager
Language server for IDEs
Automatic code formatter