fuzzcheck_mutators

Crates.iofuzzcheck_mutators
lib.rsfuzzcheck_mutators
version0.6.0
sourcesrc
created_at2020-06-06 14:35:58.452842
updated_at2021-02-20 10:41:10.887617
descriptionBasic mutators for fuzzcheck-rs
homepage
repositoryhttps://git.sr.ht/~loic/fuzzcheck-rs
max_upload_size
id250702
size81,961
Teymour Aldridge (teymour-aldridge)

documentation

README

fuzzcheck_mutators

This crate contains implementations of the Mutator trait of fuzzcheck.

Very few types are supported yet. (), bool, u8-u64, i8-i64 Vec, and Option are supported, as well as arbitrary structs and enums through the procedural macros provided by fuzzcheck_mutators_derive. But other types of the standard library such as String, HashMap/Set, etc. do not have default mutators yet.

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

Commit count: 0

cargo fmt