Procedure
Install Rust with rustup
Install the Rust toolchain via rustup (Unix curl script or Windows rustup-init.exe), ensure cargo bin is on PATH, then verify with rustc and cargo version commands.
Install rustup from https://rustup.rs . Unix/macOS/Linux: curl --proto '
Install rustup from https://rustup.rs . Unix/macOS/Linux: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh — accept the default stable toolchain when prompted. Windows: download and run rustup-init.exe from https://rustup.rs
Restart the terminal (or source the cargo env file printed by the instal
Restart the terminal (or source the cargo env file printed by the installer, typically ~/.cargo/env) so ~/.cargo/bin is on PATH.
rustc --version && cargo --version
rustc --version && cargo --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.