[][src]Crate fuzzcheck

Fuzzcheck is a coverage-guided, evolutionary fuzzing engine for Rust functions.

Traits

Mutator

A Mutator is an object capable of mutating a value for the purpose of fuzz-testing.

Serializer

A Serializer is used to encode and decode values into bytes.

Functions

launch

Fuzz-test the given test function, following to the command-line arguments provided by the cargo-fuzzcheck tool.