Modules§
- types 🔒
Structs§
- Case
Outcome - Returned by a single fuzz in the case of a successful run
- Counter
Example Outcome - Returned by a single fuzz when a counterexample has been discovered
- Fuzz
Test Data - Contains data collected during fuzz test runs.
- Fuzzed
Executor - Wrapper around an
Executor
which provides fuzzing support using [proptest
].
Enums§
- Fuzz
Outcome - Outcome of a single fuzz