Skip to main content

diff_lines

Function diff_lines 

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

Compute a minimal set of TextChange ops that transforms old into new.