Cargo fuzz: a cargo subcommand for fuzzing with libFuzzer

by chilipepperhotton 6/13/2025, 3:38 PMwith 1 comments

by westurneron 6/13/2025, 3:47 PM

The other day I noticed the fuzzing support in the zip crate.

How does cargo-fuzz compare to cargo-afl and the `cargo afl fuzz` command?

Rust Fuzz Book > Tutorial: https://rust-fuzz.github.io/book/afl/tutorial.html#start-fuz...