rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
449 stars 40 forks source link

better example showing use case with `Arbitrary` #17

Closed drahnr closed 4 years ago

drahnr commented 5 years ago

While having a basic example is good, it would be nice to show a more advanced example too, i.e. one that covers using arbitrary to get started more quickly.

I am happy to do a PR if that'd be viable addition to the examples.