Cargo Features

test-fuzz has no features set by default.

[dependencies]
test-fuzz = { version = "7.0.1", features = ["cast_checks", "serde_bincode", "serde_postcard", "afl"] }

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

cast_checks

Enables cast_checks and test-fuzz-macro

serde_bincode

Enables test-fuzz-internal

serde_postcard

Enables postcard of test-fuzz-internal

Features from optional dependencies

afl implicit feature

Enables afl

afl:

Fuzzing Rust code with american-fuzzy-lop