Expand description
Helpers when writing fuzzing crates that get invoked via cargo xtask fuzz
.
Might end up getting deprecated, if/when https://github.com/rust-fuzz/cargo-fuzz/issues/346 is resolved
Macros§
eprintln!
that only gets calls when reproducing fuzz test cases locally- Define a fuzz target.
Functions§
- Initialize tracing if this is a repro run.
- Check if the
XTASK_FUZZ_REPRO
env var was set.