rust-fuzz / book

📖 Guides and tutorials on how to fuzz Rust code
https://rust-fuzz.github.io/book/
132 stars 22 forks source link

Clarify `cargo fuzz coverage` guide and example #23

Closed elomatreb closed 3 years ago

elomatreb commented 3 years ago

Some potential improvements based on problems I ran into when trying to follow the cargo fuzz coverage chapter. I was able to solve my issues with some assistance from the Rust Community Discord, but maybe this could save others the same trouble.