Like, just get rusty.
fn main() { let name = "fast"; println!("{}", match name { .. => "efficient" }); }