cargo-fuzz
cargo-fuzz copied to clipboard
Integrate source-based code coverage into a `cargo fuzz coverage` subcommand
https://blog.rust-lang.org/inside-rust/2020/11/12/source-based-code-coverage.html
I'm imagining this would run the whole corpus and then show you the coverage, or run fuzzing for N amount of time and then show you the coverage.
Related: #162