Lines Matching +full:cargo +full:- +full:fuzz
7 …<img alt="GitHub Actions Status" src="https://github.com/rust-fuzz/rust_arbitrary/workflows/Rust/b…
16 and `cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz) or
17 [AFL](https://github.com/rust-fuzz/afl.rs), and to help you turn the raw,
18 untyped byte buffers that they produce into well-typed, valid, structured
19 values. This allows you to combine structure-aware test case generation with
20 coverage-guided, mutation-based fuzzers.
39 Automatically deriving `Arbitrary` requires you to enable the `"derive"` cargo
43 # Cargo.toml
81 // fn(&mut Unstructured) -> arbitrary::Result<T>
92 fn arbitrary_b(u: &mut Unstructured) -> arbitrary::Result<u8> {
114 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> {
125 Licensed under dual MIT or Apache-2.0 at your choice.
128 for inclusion in this project by you, as defined in the Apache-2.0 license,