mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced 2026-07-15 13:15:39 -04:00
Fuzzer for smallvec
Based on fuzzing in rust-bitcoin
Running manually with afl
cargo afl build --release --bin smallvec_ops --features afl && cargo afl fuzz -i in -o out target/release/smallvec_ops