macro_rules! single_module_fuzzer {
($execute:ident $generate:ident) => { ... };
}
Expand description
Helper macro for fuzz targets that are single-module fuzzers.
This combines the features of this module into one macro invocation to generate the fuzz entry point and mutator in tandem.