cargoBeheer Rust projecten en hun afhankelijkheden (crates). Sommige subcommando's zoals
buildhebben hun eigen documentatie. Meer informatie: https://doc.rust-lang.org/stable/cargo/.
cargo search {{zoekopdracht}}
cargo install {{crate-naam}}
cargo install --list
cargo init --{{bin|lib}} {{pad/naar/map}}
Cargo.toml in de huidge map:cargo add {{afhankelijkheid}}
cargo {{[b|build]}} {{[-r|--release]}}
rustup):cargo +nightly {{[b|build]}}
cargo {{[b|build]}} {{[-j|--jobs]}} {{aantal_taken}}