Module dmp

Source

Structs§

Diff
A structure representing a diff (Ops::Delete, String::new(“Hello”)) means delete Hello (Ops::Insert, String::new(“Goodbye”)) means add Goodbye (Ops::Equal, String::new(“World”)) means keep world
DiffMatchPatch
Patch

Enums§

Ops
Enum representing the different ops of diff

Type Aliases§

Patches