Crate hdiff

Source
Expand description

§HDiff

hdiff contains implementation of the Paul Heckel diff algorithm.

Re-exports§

pub use self::Patch::*;

Enums§

Patch
Represents patch between two slices of objects.

Functions§

diff
Finds difference between two slices of objects using Paul Heckel’s algorithm.

Type Aliases§

Difference
Contains patches between two slices of objects.