Crate sesdiff[−][src]
Structs
| EditScript | |
| ParseError |
Enums
| ApplyError | |
| EditInstruction | |
| Mode |
Traits
| ApplyEditScript |
Functions
| shortest_edit_script | Compute the shorted edit script (Myers’ diff) between source and target Returns an edit script with borrowed references to the original source |
| shortest_edit_script_suffix | Compute the shortest edit script (Myers’ diff) between source and target where we look at suffixes and strip common prefixes Returns an edit script with owned strings |