3 releases
0.0.3 | Oct 28, 2021 |
---|---|
0.0.2 | Oct 25, 2021 |
0.0.1 | Oct 25, 2021 |
#405 in Testing
16,899 downloads per month
Used in 26 crates
(12 directly)
3KB
cargo-mutants #[mutants]
attrs
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.