fuzzmutator 0.1.7

This is a tiny library that can be used to mutate fuzzing data on a bit-level.
Documentation

fuzzmutator-rs

fuzzmutator-rs is a small library created with portabilty and performance in mind.

Usage

Initialize the MutatorEngine and use its mutate() function on a Vec<u8>.

Refer to the documentation for more functionality.