cargo-llvm-cov - source-based coverage for Rust
Cargo subcommand that wires up LLVM source-based code coverage with one command. The de facto way to measure Rust test coverage.
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
foresterre/cargo-msrv
github.com · Apr 20, 2026
“can we fit 5000 GPUs in a cargo shop from Taiwan?”
youtube.com · Apr 19, 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.
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.
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.
smolvm - portable lightweight VMs in a single file
Open-source CLI for sub-second VMs on macOS (Hypervisor.framework) and Linux (KVM) via libkrun. Sandboxes untrusted code with hardware isolation and packs stateful environments into a single .smolmachine file.