Expand description
§HDiff
hdiff
contains implementation of the Paul Heckel diff algorithm.
Re-exports§
pub use self::Patch::*;
Enums§
- Represents patch between two slices of objects.
Functions§
- Finds difference between two slices of objects using Paul Heckel’s algorithm.
Type Aliases§
- Contains patches between two slices of objects.