Function nu_protocol::levenshtein_distance

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

Finds the Levenshtein distance between two strings.