Module edit_tree

Source

Structs§

LCSMatch
Struct representing a continuous match between two sequences.

Enums§

EditTree
Enum representing either a EditTree::MatchNode with a prefix and suffix length or a EditTree::ReplaceNode describing a replace operation.

Traits§

Apply
Trait to apply an edit tree to a given form.