Module rustc_span::lev_distance [−][src]
Expand description
Levenshtein distances.
The Levenshtein distance is a metric for measuring the difference between two strings.
Functions
Finds the best match for a given word in the given iterator.
Finds the Levenshtein distance between two strings.