Structs§
- Diff
- A structure representing a diff
(Ops::Delete, String::new(“Hello”)) means delete
Hello
(Ops::Insert, String::new(“Goodbye”)) means addGoodbye
(Ops::Equal, String::new(“World”)) means keep world - Diff
Match Patch - Patch
Enums§
- Ops
- Enum representing the different ops of diff