Crate slice_diff_patch
source ·Enums§
- Abstraction for
diff::Result
,lcs_diff::DiffResult
, andwu_diff::DiffResult
that excludes a variant for common sequence, stores a clone of inserted items, and indices relate iteratively toa
.
Functions§
- Convert a slice of
diff::Result
into aVec<Change>
. - Process an insert.
- Convert a slice of
lcs_diff::DiffResult
into aVec<Change>
. - Process a remove.
- Convert a slice of
wu_diff::DiffResult
into aVec<Change>
.