Crate fuzz_util

Crate fuzz_util 

Source
Expand description

A support library to allow creating arbitrary instances of certain types by providing impls of arbitrary::Arbitrary.

Modules§

packet_formats
Arbitrary packet generators.
zerocopy
Provides ArbitraryFromBytes to support generation of arbitrary instances of zerocopy-friendly types.

Structs§

Fuzzed
A wrapper type that can be used to generate arbitrary As for fuzzing by implementing arbitrary::Arbitrary for specific types.