# Functions
ChainParallel indicates the Fuzzer is allowed to run the defined set of Steps in parallel.
NewFuzzer returns a Fuzzer, which relies on the input data []byte to control its subsequent operations.
# Variables
SupportedInterfaces enumerates interfaces that can be filled by Fill(&obj).
# Structs
Fuzzer is a utility object that can fill in many types such as io.Reader, structs, maps, and so on, as well as supports chaining over a set of functions in sequence, including connecting output to inputs and re-using inputs (e.g., to help exercise APIs like a Store followed by a Load).
Step describes an operation to step the system forward.