Function sesdiff::shortest_edit_script_suffix[][src]

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

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