calculate_score

Function calculate_score 

Source
pub fn calculate_score(name: &str, query: &str, config: &FuzzyConfig) -> f64
Expand description

Calculate fuzzy match score for a name against a query Returns 0.0 for no match, higher values for better matches