bsdiff 0.1.1

Rust port of the bsdiff binary diffing algorithm.
Documentation
1
2
3
4
5
# bsdiff-rs


[![Build Status](https://travis-ci.org/space-wizards/bsdiff-rs.svg?branch=master)](https://travis-ci.org/space-wizards/bsdiff-rs) [![Cargo Link](https://img.shields.io/crates/v/bsdiff.svg)](https://crates.io/crates/bsdiff)

Rust translation of [bsdiff](https://github.com/mendsley/bsdiff), partially translated using [Corrode](https://github.com/jameysharp/corrode). Because of this, the code is licensed in the same way.