Function shortest_edit_script_suffix

Source
pub fn shortest_edit_script_suffix(
    source: &str,
    target: &str,
    generic: bool,
    allow_substitutions: bool,
) -> EditScript<String>
Expand description

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