fuzzcheck_mutators 0.1.0

Basic mutators for fuzzcheck-rs
docs.rs failed to build fuzzcheck_mutators-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fuzzcheck_mutators-0.6.0

fuzzcheck_mutators

This crate contains implementations of the Mutator trait of fuzzcheck.

Very few types are supported yet. (), bool, u8, Vec, and Option are supported, and I have worked a bit on generic mutators that could work with structs and enums, but there is still a lot of work to be done.

So you can fuzz-test types such as Vec<(Option<u8>, bool)> but not &str, HashSet, i32, etc.