pub fn with<'old, 'new, 'bufs>(
old: &'old BStr,
new: &'new BStr,
algorithm: Algorithm
) -> TextDiff<'old, 'new, 'bufs, [u8]>Expand description
Provide an iterator over the changes needed to turn old into new with algorithm.
See the similar crate documentation for information on how to use the iterator.