[][src]Crate fuzzcheck

Fuzzcheck is coverage-guided, evolutionary fuzzing engines 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.