Skip to main content

diff_lines_ops_compacted

Function diff_lines_ops_compacted 

Source
pub fn diff_lines_ops_compacted(
    old_content: &str,
    new_content: &str,
    algorithm: Algorithm,
    indent_heuristic: bool,
) -> Vec<DiffOp>
Expand description

Line-diff then Git-style compaction; used by unified diff generation.