Module fuzz
Structs§
- Returned by a single fuzz in the case of a successful run
- Returned by a single fuzz when a counterexample has been discovered
- Contains data collected during fuzz test runs.
- Wrapper around an
Executor
which provides fuzzing support using [proptest
].
Enums§
- Outcome of a single fuzz