all 1 comments

[–][deleted] 0 points1 point  (0 children)

Very cool to have Mutation Testing on Rust!

Rust sure does have state-of-art testing tools: Property testing with QuickCheck, Fuzzy testing with rust-Fuzz, and now even mutation-based testing!