delta_patch 0.1.0

Generate and apply diffs relative to file signatures, like rdiff. (Rust version.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rdiff-rs TODO


* Parameterize signature generation by file format to support different strong and weak sums?

* Error type for this crate?

* Maybe accumulate stats about how much was read, written, etc.

* Set signature options from command-line arguments.

* Black-box tests for CLI.