Skip to main content

compute_line_diff

Function compute_line_diff 

Source
pub fn compute_line_diff(
    before: &str,
    after: &str,
    options: LineDiffOptions,
) -> LineDiff
Expand description

Compute one line diff and project only the representations a caller needs.