Crate fuzztest

Source
Expand description

§About Fuzztest

Easily test your software using powerful evolutionary, feedback-driven fuzzing technology.

Macros§

fuzz_marker
This macro indicates a point which should be accessible by the fuzzer
lazy_static

Traits§

LazyStatic
Support trait for enabling a few common operation on lazy static values.
__Deref
Used for immutable dereferencing operations, like *v.

Functions§

check_target_with_marker
Check that a fuzzing target can hit a pre-defined marker
initialize
Takes a shared reference to a lazy static and initializes it if it has not been already.