[][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>

Iterates over fuzzy matches of one string against the words in another, such that the similarity is over some threshold, for example 0.3.