List installed crates

cargo

  • Manage Rust projects and their module dependencies (crates).
    Some subcommands such as `cargo build` have their own usage documentation.
    More information: <https://crates.io>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

cargo install --list

click the source code to copy install cargo on any operating system with command-not-found.com