dev-mutate 0.9.2

Mutation testing for Rust. Wraps cargo-mutants: kill rate, surviving-mutant evidence, kill-rate threshold gating. Detects tests that pass without asserting. Part of the dev-* verification collection.
Documentation
1
2
3
# clippy configuration for dev-mutate
avoid-breaking-exported-api = true
msrv = "1.85"