cargo-mutants

Find inadequately-tested code that can be removed without any tests failing
  https://mutants.rs/
  0
  no reviews



Cargo-mutants is a mutation testing tool for Rust. It helps you improve your program's quality by finding functions whose body could be replaced without causing any tests to fail.