Module levenshtein

Source
Available on crate feature string_expressions only.

Structs§

LevenshteinFunc

Functions§

levenshtein
Returns the Levenshtein distance between the two given strings. LEVENSHTEIN(‘kitten’, ‘sitting’) = 3