Cargo (Rust)
0 cheat sheets
Cargo Crates#
Per-package cheat sheets for Rust crates from crates.io. Slugs use the form cargo-<name> (e.g. cargo-serde, cargo-tokio) so the same crate name in another ecosystem never collides with these.
Cargo itself, rustc, rustup, and the broader Rust toolchain are documented separately (look under Linux for command-line tooling articles).
Many crates here can be installed as binaries via cargo install. Those have a companion CLI article in Linux, cross-linked via related:.