cargo-msrv - find minimum supported Rust version
Cargo subcommand that bisects which Rust toolchain versions actually compile your crate. Saves manual try-and-fail when setting MSRV.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webWhy Trucking Companies in California Can’t Afford to Ignore Cargo Security
medium.com · Apr 28, 2026
regexident/cargo-modules
github.com · Apr 27, 2026
“can we fit 5000 GPUs in a cargo shop from Taiwan?”
youtube.com · Apr 19, 2026
taiki-e/cargo-llvm-cov
github.com · Apr 12, 2026
cargo-npm: Distribute Rust CLIs via npm without postinstall scripts
reddit.com · Apr 10, 2026
Featured in
Related entries
cargo-modules - visualize Rust crate structure
Cargo subcommand that maps a crate's module tree, dependencies, and visibility boundaries. Useful for onboarding into unfamiliar Rust codebases.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.
claude-code-rust - native Rust port of Claude Code
Rust reimplementation of Anthropic's Claude Code CLI that avoids the upstream V8 heap OOM in long sessions. Daily-driver replacement that keeps the same UX without Node.
ccmd - TUI to audit and clean developer caches
Rust terminal UI for exploring cache directories on macOS and Linux. Scans cached packages for known CVEs, finds outdated deps, and reclaims disk space.