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
A
s for fuzzing by implementing [arbitrary::Arbitrary
] for specific types.