4 releases

0.0.4 Jan 15, 2026
0.0.3 Oct 28, 2021
0.0.2 Oct 25, 2021
0.0.1 Oct 25, 2021

#96 in Testing

Download history 12686/week @ 2025-12-28 20618/week @ 2026-01-04 23012/week @ 2026-01-11 27461/week @ 2026-01-18 28392/week @ 2026-01-25 25780/week @ 2026-02-01 26143/week @ 2026-02-08 25682/week @ 2026-02-15 31022/week @ 2026-02-22 39748/week @ 2026-03-01 43155/week @ 2026-03-08 45495/week @ 2026-03-15 47685/week @ 2026-03-22 55986/week @ 2026-03-29 51291/week @ 2026-04-05 56412/week @ 2026-04-12

214,697 downloads per month
Used in 433 crates (107 directly)

MIT license

3KB

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].


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.

No runtime deps