Function puffin::fuzzer::start

source ยท
pub fn start<'harness, PB>(
    put_registry: &'harness PutRegistry<PB>,
    put: PutDescriptor,
    config: FuzzerConfig,
    log_handle: Handle,
) -> Result<(), Error>
where PB: ProtocolBehavior + Clone + 'static,
Expand description

Starts the fuzzing loop