- basic-http-server - serve static HTML and rendered Markdown
- cargo-clean-all - clean all projects, leaving recent files
- cargo-edit -
cargo add
command especially - cargo-expand - expand macros
- cargo-hack - build / test with all combinations of cargo features
- cargo-tree - show the crate graph as a tree
- du-dust - lik du, disk usage
- fd-find - convenient
find
replacement - gist - post gists
- lsd - like ls
- parol - LL(k) parser generator
- ripgrep - fast and convenient code grep
- tokei - count lines of code
- bingrep - output info about binaries
- cargo-audit - find known security vulnerabilities
- cargo-benchcmp - compare benchmarks using Rust's built-in benchmarker
- cargo-bloat - show what's bloating your bins
- cargo-deps - generate dep graphs (deprecated - use carge-depgraph?)
- cargo-fuzz - fuzz testing
- cargo-generate - create a project from a project template
cargo generate --git https://github.com/rustwasm/wasm-pack-template
- cargo-llvm-lines - shows amount of LLVM IR generated per function
- cargo-outdated - find upgradable crates
- cargo-udeps - show unused crates
- cargo-watch - rebuild on change
- cargo-workspace - operate on every crate in workspace
- critcmp - compare criterion benchmarks
- eza - like ls
- hexyl - hex viewer
- jaq - jq clone for querying JSON
- jsonxf - JSON pretty-printer and more
- just - custom command runner, like make but without the baggage
- mdbook - Rust-standard markdown documentation generator
- sd - sed replacement (find and replace)
- stellar-xdr - XDR encoding/decoding
- twiggy - code size profiler
- wagyu - generate blockchain wallets
- wasm-cs - read and write custom wasm sections
- wasm-opt - wasm optimizer
- wasm-tools - various tools for wasm
- xsv - CSV tool
- cargo-feature-analyst - show feature usage
- bat - cat with syntax highlighting
- bins - multi-pastebin tool
- broot - novel large directory navigation
- cargo-clean-recursive - clean all projects
- cargo-count - count lines in rust projects
- cargo-deny - disallow specific crates, licenses, etc
- cargo-geiger - detect unsafe in dep tree
- cargo-generate - create cargo projecs from temtplates
- cargo-license - show licenses of dependencies
- chit - lookup crate info
- dua-cli - disk usage analyzer
- eva - calculator, like bc
- fastmod - code refactoring
- hyperfine - benchmarking tool
- intentrace - better strace
- jj-cli - mercurial-like porcelain for git
- measureme - work with rustc's self-profile
- memory-profiler - analyze memory leaks
- miniserve - simple HTTP server
- pomsky - easy regexes
- procs - like htop / ps
- rewrite - rewrite file contents
- rust-semverver - check for semver API breakage
- ripgrep_all - search inside archives etc
- svgbob - convert text to SVG
- treeify - display a list files as a tree
- wasm-pack - package Rust as wasm
- bloaty mcbloatface - find code bloat
- cargo-lichking - check dependency licenses