Module levenshtein_diff::edit [−][src]
Enums
| Edit | Represents an Edit applied on a source sequence. |
| LevenshteinError | Represents an error specific to working with the Levenshtein distance, or the generated distance matrix |
Functions
| apply_edits | Applies a sequence of edits on the source sequence, and returns a vector representing the target sequence. |
| generate_edits | Generate a vector of edits that, when applied to the source sequence, transform it into the target sequence. |