Module fuzz

Module fuzz 

Source

Modulesยง

types ๐Ÿ”’

Structsยง

CaseOutcome
Returned by a single fuzz in the case of a successful run
CounterExampleOutcome
Returned by a single fuzz when a counterexample has been discovered
FuzzedExecutor
Wrapper around an Executor which provides fuzzing support using [proptest].
SharedFuzzState ๐Ÿ”’
Shared state for coordinating parallel fuzz workers
WorkerState ๐Ÿ”’

Enumsยง

FuzzOutcome
Outcome of a single fuzz

Constantsยง

MIN_RUNS_PER_WORKER ๐Ÿ”’
Minimum number of runs per worker. This is mainly to reduce the overall number of rayon jobs.
SYNC_INTERVAL ๐Ÿ”’
Corpus syncs across workers every SYNC_INTERVAL runs.