pub fn levenshtein_distance(a: &str, b: &str) -> usize
Finds the Levenshtein distance between two strings.