Crate sesdiff[][src]

Structs

EditScript

Enums

EditInstruction
Mode

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