line_diff

Function line_diff 

Source
pub fn line_diff<'a>(
    old_line: &'a str,
    new_line: &'a str,
) -> (Vec<Diff>, Vec<Diff>)