2 releases
0.1.1 | Feb 14, 2020 |
---|---|
0.1.0 | Feb 14, 2020 |
#2043 in Algorithms
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.