Mutation testing in Rust can be done using libraries like cargo-mutants and mutagen.cargo-mutants is the actively maintained library for mutation testing in Rust.A sample code in Rust is provided to demonstrate mutation testing with cargo-mutants.An issue was found in cargo-mutants where mutating < to <= was not detected, and the code was updated and a Pull Request was made.