Mutation Testing in Rust
I've been a big fan of Mutation Testing since I discovered PIT. As I dive deeper into Rust, I wanted to check the state of mutation testing in Rust.
Starting with cargo-mutants
I found two crates for mutation testing in Rust:
cargo-mutants
and muta...
frankel.hashnode.dev3 min read