Skip to main content

fuzzy_match

Function fuzzy_match 

Source
pub fn fuzzy_match(query: &str, items: &[String]) -> Vec<ScoredMatch>
Expand description

Perform fuzzy matching of a query against a list of items. Returns items sorted by score (best match first).