error.rs |
|
1751 |
lib.rs |
The `Arbitrary` trait crate.
This trait provides an [`Arbitrary`](./trait.Arbitrary.html) trait to
produce well-typed, structured values, from raw, byte buffers. It is
generally intended to be used with fuzzers like AFL or libFuzzer. See the
[`Arbitrary`](./trait.Arbitrary.html) trait's documentation for details on
automatically deriving, implementing, and/or using the trait. |
48119 |
size_hint.rs |
Utilities for working with and combining the results of
[`Arbitrary::size_hint`][crate::Arbitrary::size_hint]. |
3785 |
unstructured.rs |
Wrappers around raw, unstructured bytes. |
32319 |