[][src]Crate hdiff

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 Definitions

Difference

Contains patches between two slices of objects.