Skip to main content

Module match_

Module match_ 

Source
Expand description

Simple fuzzy matching utilities. Fuzzy matching helpers.

Used for “did you mean” suggestions in CLI error messages.

Structs§

ScoredCandidate
A candidate string scored by edit distance.

Functions§

levenshtein
Compute the Levenshtein edit distance between two strings.
nearest_matches
Return up to max candidates closest to input.