delta_patch 0.1.0

Generate and apply diffs relative to file signatures, like rdiff. (Rust version.)
Documentation
# delta_patch


[![dependency status](https://deps.rs/repo/github/arma3modorganizer/delta_patch/status.svg)](https://deps.rs/repo/github/arma3modorganizer/delta_patch)
[![Travis CI](https://travis-ci.org/arma3modorganizer/delta_patch.svg?branch=master)](https://travis-ci.org/arma3modorganizer/delta_patch)
[![Build status](https://ci.appveyor.com/api/projects/status/w4un3g556ny51i1l?svg=true)](https://ci.appveyor.com/project/Scarjit/delta_patch)
[![Crates.io](https://img.shields.io/crates/v/delta_patch)](https://crates.io/crates/delta_patch)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arma3modorganizer/delta_patch/blob/master/LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/arma3modorganizer/MO-Libary/badge.svg?branch=master)](https://coveralls.io/github/arma3modorganizer/delta_patch?branch=master)

Fork of [rdiff-rs](https://github.com/sourcefrog/rdiff-rs).

This version only contains the bindings to be used as an cargo package.
It also removed the option to use MD4 hash.

## Licenses

delta_patch is developed under [MIT License](https://github.com/arma3modorganizer/MO-Libary/LICENSE).

## Credits

 - [Jetbrains]https://www.jetbrains.com/ for CLion <3
 - [Martin Pool]https://github.com/sourcefrog for rdiff-rs