Skip to main content

diff_lines

Function diff_lines 

Source
pub fn diff_lines(old: &str, new: &str) -> Vec<DiffLine>
Expand description

Compute a line-level diff between two source strings.