Cargo Features

test-fuzz has no features set by default.

[dependencies]
test-fuzz = { version = "5.2.0", features = ["cast_checks", "self_ty_in_mod_name", "serde_bincode", "serde_cbor", "serde_cbor4ii", "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

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

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