[][src]Crate libfuzzer_sys

Bindings to libFuzzer: a runtime for coverage-guided fuzzing.

See the cargo-fuzz guide for a usage tutorial.

The main export of this crate is the fuzz_target! macro, which allows you to define targets for libFuzzer to exercise.

Re-exports

pub use arbitrary;

Macros

fuzz_target

Define a fuzz target.