pub fn fuzzy_score(query: &str, candidate: &str) -> Option<u32>
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.