3 releases

0.0.3 Oct 28, 2021
0.0.2 Oct 25, 2021
0.0.1 Oct 25, 2021

#344 in Testing

Download history 686/week @ 2023-06-06 630/week @ 2023-06-13 845/week @ 2023-06-20 329/week @ 2023-06-27 792/week @ 2023-07-04 953/week @ 2023-07-11 761/week @ 2023-07-18 1624/week @ 2023-07-25 542/week @ 2023-08-01 1689/week @ 2023-08-08 1679/week @ 2023-08-15 1740/week @ 2023-08-22 2042/week @ 2023-08-29 1722/week @ 2023-09-05 2007/week @ 2023-09-12 1946/week @ 2023-09-19

7,916 downloads per month
Used in 16 crates (7 directly)

MIT license

3KB

cargo-mutants #[mutants] attrs

crates.io

This small crate defines attributes that can be attached into Rust code to guide cargo-mutants.

The primary documentation is in the cargo-mutants crate.


lib.rs:

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 [macro@skip].

Changelog

0.0.3

  • Reset edition to 2018 for broader compatibility.

No runtime deps