rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.53k stars 109 forks source link

Add --careful to emulate cargo-careful #339

Closed f0rki closed 1 year ago

f0rki commented 1 year ago

Add the option to enable "careful mode" inspired by @RalfJung 's cargo-careful project. This should fix #331.

fitzgen commented 1 year ago

Thanks!

elichai commented 1 year ago

This is great! Thank you!