rust/cargo

Tool

Installs Rust toolchain via rustup (provides cargo, rustc)

check: cargo https://rustup.rs

Installs Rust toolchain via rustup (provides cargo, rustc)

Key Commands

CommandDescription
cargoRun cargo
cargo --helpShow help and available options
cargo --versionShow installed version

Common Usage

bash
# Check if installed
cargo --version

# Show help
cargo --help