Cargo Features

test-fuzz has no features set by default.

[dependencies]
test-fuzz = { version = "5.0.0", features = ["self_ty_in_mod_name", "serde_bincode", "serde_cbor", "serde_cbor4ii", "afl"] }

smoelius: A list of formats we might support can be found here: https://github.com/djkoloski/rust_serialization_benchmark

self_ty_in_mod_name

Enables heck of test-fuzz-macro

serde_bincode

Enables test-fuzz-internal

serde_cbor

Enables serde_cbor of test-fuzz-internal

serde_cbor4ii

Enables cbor4ii of test-fuzz-internal

Features from optional dependencies

afl implicit feature

Enables afl

afl:

Fuzzing Rust code with american-fuzzy-lop