Module diff_match_patch_rs::dmp
source · Structs§
- 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
Enums§
- Enum representing the different ops of diff