Skip to main content

fuzzy_score

Function fuzzy_score 

Source
pub fn fuzzy_score(query: &str, candidate: &str) -> Option<u32>
Expand description

Returns a score for the fuzzy match between query and candidate using nucleo-matcher. Returns None if no match is found, Some(score) if a match exists.