cargo-mutants 27.0.0

Inject bugs and see if your tests catch them
1
2
3
pub fn say_hello(name: &str) -> String {
    format!("Hello, {name}!")
}