pub fn diff_lines(old: &str, new: &str) -> Vec<TextChange>Expand description
Compute a minimal set of TextChange ops that transforms old into new.
pub fn diff_lines(old: &str, new: &str) -> Vec<TextChange>Compute a minimal set of TextChange ops that transforms old into new.