Function rslint_core::util::levenshtein_distance[][src]

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

Find the Levenshtein distance between two strings