Skip to main content

diff

Function diff 

Source
pub fn diff(old: &str, new: &str) -> DiffResult
Expand description

Compute a line-level diff between two texts using the Myers O(ND) algorithm.