Function imara_diff::diff
source ยท pub fn diff<S: Sink, T: Eq + Hash>(
algorithm: Algorithm,
input: &InternedInput<T>,
sink: S,
) -> S::OutExpand description
Computes an edit-script that transforms input.before into input.after using
the specified algorithm
The edit-script is passed to sink.process_change while it is produced.