Module levenshtein_diff::edit

source ·

Enums

Represents an Edit applied on a source sequence.
Represents an error specific to working with the Levenshtein distance, or the generated distance matrix

Functions

Applies a sequence of edits on the source sequence, and returns a vector representing the target sequence.
Generate a vector of edits that, when applied to the source sequence, transform it into the target sequence.