Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 3.07 KB

tools.md

File metadata and controls

33 lines (31 loc) · 3.07 KB

Not The Hidden Wiki

Learn Rust


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