We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 752f2e2 + 0743afb commit e9120b0Copy full SHA for e9120b0
1 file changed
src/lib.rs
@@ -391,6 +391,9 @@ macro_rules! fuzz_target {
391
/// useful. Note that the two approaches are not mutually exclusive; you can use
392
/// whichever is easier for your problem domain or both!
393
///
394
+/// > **Tip:** [The `mutatis` crate](https://docs.rs/mutatis) provides
395
+/// > abstractions and combinators for writing custom mutators.
396
+///
397
/// ## Implementation Contract
398
399
/// The original, unmodified input is given in `data[..size]`.
0 commit comments