hdiff 0.1.1

Implementation of the Paul Heckel diff algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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](https://raw.githubusercontent.com/lzakharov/hdiff/master/LICENSE).