Skip to main content

diff

Function diff 

Source
pub fn diff(base: &[Step], new: &[Step]) -> Vec<Change>
Expand description

Diff base against new. Returns one entry per detected change.