Structs§
- LCSMatch
- Struct representing a continuous match between two sequences.
Enums§
- Edit
Tree - 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.