cargo-mutants
cargo-mutants copied to clipboard
Include/exclude functions
Following on from #58 it would be nice to have options to control which functions are mutated.
Perhaps a regexp against the entire generated function name.
For example you might want to exclude all impl Debug.