#diff #algorithm #paul #heckel

hdiff

Implementation of the Paul Heckel diff algorithm

2 releases

0.1.1 Feb 14, 2020
0.1.0 Feb 14, 2020

#1924 in Algorithms

24 downloads per month

MIT license

8KB
165 lines

HDiff

Implementation of the Paul Heckel diff algorithm in pure Rust.

Issue tracker

Please report any bugs and enhancement ideas using the issue tracker:

https://github.com/lzakharov/hdiff/issues

Feel free to also ask questions on the tracker.

P. S. It's my first project on Rust, I'll be glad to any reviews and remarks️.

License

Copyright (c) 2018 Lev Zakharov. Licensed under the MIT License.


lib.rs:

HDiff

hdiff contains implementation of the Paul Heckel diff algorithm.

No runtime deps