Crate fuzz_util

source ·
Expand description

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

Modules§

Structs§

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