Module fuzz_config

Source
Expand description

Deserializes a .toml config into a FuzzConfig object that can be used to configure a ByteMutator. See tests for examples.

Structsยง

FuzzConfig
A struct that can be deserialized from .toml. Creates and configures Stage and Mutator objects.