Function lev_distance::lev_distance[][src]

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

Finds the Levenshtein distance between two strings.