Expand description
Re-exports
pub use imara_diff as imara;
Enums
imara-diff
supports multiple different algorithms
for computing an edit sequence.
These algorithms have different performance and all produce different output.Functions
Create a diff yielding the changes to turn
old
into new
with algorithm
. new_input
obtains the old
and new
byte buffers and produces an interner, which is then passed to new_sink
for creating a processor over the changes.