rust/cargo
ToolInstalls Rust toolchain via rustup (provides cargo, rustc)
check: cargo https://rustup.rs
Installs Rust toolchain via rustup (provides cargo, rustc)
Key Commands
| Command | Description |
|---|---|
cargo | Run cargo |
cargo --help | Show help and available options |
cargo --version | Show installed version |
Common Usage
# Check if installed
cargo --version
# Show help
cargo --help