cargo-fuzz

Command-line helpers for fuzzing Rust code with libFuzzer

brewmacoslinux
Try with needOr install directly
Source

About

Command-line helpers for fuzzing

Commands

cargo-fuzz

Examples

Create a new fuzzing project$ cargo fuzz init
Add a new fuzz target named 'my_target'$ cargo fuzz add my_target
Run fuzzing on a specific target$ cargo fuzz run my_target