Skip to main content

Crate heckel_diff

Crate heckel_diff 

Source
Expand description

Calculates the difference between two lists using Paul Heckel’s algorithm from 1978. (https://dl.acm.org/doi/10.1145/359460.359467)

Enums§

Change

Functions§

diff
The difference between the two slices is calculated. The changes are in the order that constructs the new version from the old version.
new_version
Produces the new version of the list from the calculated changes.
old_version
Produces the old version of the list from the calculated changes.