Skip to content

Commit

Permalink
readme: add a link to the Rust Fuzz Book
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 16, 2020
1 parent 6dfb03a commit d771da1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ ever had problems/frustration with shrinking in `quickcheck`, then `proptest`
might be worth a try!


### Alternatives for fuzzing

Please see the
[Rust Fuzz Book](https://rust-fuzz.github.io/book/introduction.html)
and the
[`arbitrary`](https://crates.io/crates/arbitrary) crate.


### Discarding test results (or, properties are polymorphic!)

Sometimes you want to test a property that only holds for a *subset* of the
Expand Down

0 comments on commit d771da1

Please sign in to comment.