Crate mutants

Crate mutants 

Source
Expand description

Attribute macros to control how cargo-mutants mutates code.

For example, a function that is difficult to test, or has disruptive effects when mutated, can be marked with skip.

§Changelog

§0.0.3

  • Reset edition to 2018 for broader compatibility.

Attribute Macros§

skip
cargo mutants should not mutate functions marked with this attribute.