Manage Rust projects and their module dependencies (crates). Some subcommands such as
cargo build
have their own usage documentation. More information: https://doc.rust-lang.org/cargo.
cargo search {{search_string}}
cargo install {{crate_name}}
cargo install --list
cargo init --{{bin|lib}}
cargo new {{path/to/directory}} --{{bin|lib}}
cargo build
cargo +nightly build
cargo build --jobs {{number_of_threads}}