Not The Hidden Wiki
- Criterion: Statistics-driven micro-benchmarking library - link
- cargo-fuzz: Cargo subcommand for fuzzing with libFuzzer - link
- afl.rs: American fuzzy lop (AFL) is a popular, effective, and modern fuzz testing tool - link
- quickcheck: Property based testing with shrinking - link
- proptest: Hypothesis-like property testing for Rust - link
- cargo-mutants: Mutation testing - link
- mutagen: Mutation testing - link
- cargo-tarpaulin: Tool to determine code coverage achieved via tests - link
- cargo-msrv: This crate can assist you in finding the Minimum Supported Rust Version for a crate. - link
- miri: Miri is an Undefined Behavior detection tool - link
- cargo-hack: Cargo subcommand to provide various options useful for testing and continuous integration - link
- loom: Loom is a tool for testing concurrent programs - link
- cargo-llvm-cov: Cargo subcommand to easily use LLVM source-based code coverage - link
- rustfmt: A tool for formatting Rust code according to style guidelines. - link
- clippy: A collection of lints to catch common mistakes - link
- cargo doc: A collection of lints to catch common mistakes - link
- llvm-mca: LLVM Machine Code Analyzer - link
- llmv-dwarfdump: dump and verify DWARF debug information - link
- OSACA: Open Source Architecture Code Analyzer - link
- flamegraph: flamegraphs for Rust projects and everything else - link
- inferno: Rust port of FlameGraph - link
- wasm-pack: Wasm workflow tool - link
- hypeprfine: A command-line benchmarking tool - link
- rust-analyzer: A Rust compiler front-end for IDEs - link
- cargo-machete: Cargo tool that detects unused dependencies - link
- cargo-audit: Audit your dependencies for crates with security vulnerabilities reported to the RustSec Advisory Database - link
- tokio-console: a debugger for async rust - link