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
ArbitraryFromBytesto support generation of arbitrary instances ofzerocopy-friendly types.
Structs§
- Fuzzed
- A wrapper type that can be used to generate arbitrary
As for fuzzing by implementingarbitrary::Arbitraryfor specific types.