Expand description
A support library to allow creating arbitrary instances of certain types by
providing impls of [arbitrary::Arbitrary
].
Modules§
- Arbitrary packet generators.
- Provides
ArbitraryFromBytes
to support generation of arbitrary instances of [zerocopy
]-friendly types.
Structs§
- A wrapper type that can be used to generate arbitrary
A
s for fuzzing by implementing [arbitrary::Arbitrary
] for specific types.