Description
Rust test suites can be evaluated with mutation testing to see whether tests catch intentional code changes. It is useful for developers who want stronger evidence that tests protect important behavior.
This can run many builds and tests, so it may be slow and resource intensive. Review surviving mutants carefully instead of treating the score as the only quality signal.