fuzzy_matcher::clangd

Function fuzzy_indices

Source
pub fn fuzzy_indices(line: &str, pattern: &str) -> Option<(i64, Vec<usize>)>
Expand description

fuzzy match line with pattern, returning the score and indices of matches