Macros§
- fuzz
- Fuzz a closure-like block of code by passing it an object of arbitrary type.
- fuzz_
nohook - Like
fuzz!
above, but panics that are caught inside the fuzzed code are not turned into crashes.
Functions§
- fuzz
- Fuzz a closure by passing it a
&[u8]