[][src]Module levenshtein_diff::edit

Enums

Edit

Represents an Edit applied on a source sequence.

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.