Crate afl

source · []

Macros

Fuzz a closure-like block of code by passing it an object of arbitrary type.
Like fuzz! above, but panics that are caught inside the fuzzed code are not turned into crashes.

Functions

Fuzz a closure by passing it a &[u8]