[][src]Function trigram::find_words_iter

Important traits for Matches<'n, 'h>
pub fn find_words_iter<'n, 'h>(
    needle: &'n str,
    haystack: &'h str,
    threshold: f32
) -> Matches<'n, 'h>

Finds fuzzy matches of needle within haystack. A reasonable choice for threshold might be 0.3.