Function fuzzy_match

Source
fn fuzzy_match(alternatives: &[String], query: &str) -> Vec<(String, Vec<bool>)>