Skip to main content

levenshtein_distance

Function levenshtein_distance 

Source
pub fn levenshtein_distance(a: &str, b: &str) -> usize
Expand description

Compute the Levenshtein edit distance between two strings.