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§
- Lazy
Static - 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.