Skip to content

Commit e9120b0

Browse files
authored
Merge pull request #143 from fitzgen/link-to-mutatis-from-fuzz-mutator
Link to `mutatis` from the `fuzz_mutator!` docs
2 parents 752f2e2 + 0743afb commit e9120b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ macro_rules! fuzz_target {
391391
/// useful. Note that the two approaches are not mutually exclusive; you can use
392392
/// whichever is easier for your problem domain or both!
393393
///
394+
/// > **Tip:** [The `mutatis` crate](https://docs.rs/mutatis) provides
395+
/// > abstractions and combinators for writing custom mutators.
396+
///
394397
/// ## Implementation Contract
395398
///
396399
/// The original, unmodified input is given in `data[..size]`.

0 commit comments

Comments
 (0)