pub fn levenshtein(lhs: &str, rhs: &str) -> usize
Expand description

Calculates the Levenshtein distance (edit distance). This shows how close the strings are to each other.