fuzzy_sort

Function fuzzy_sort 

Source
pub fn fuzzy_sort<T: AsRef<str> + Clone>(to_sort: &[T], input: &str) -> Vec<T>