bsdiff 0.1.0

Rust port of the bsdiff binary diffing algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "bsdiff"

version = "0.1.0"

authors = ["pieterjan.briers@gmail.com"]

description = "Rust port of the bsdiff binary diffing algorithm."

readme = "README.md"

keywords = ["bsdiff", "bspatch", "diff"]

license = "BSD-2-Clause"

homepage = "https://github.com/space-wizards/bsdiff-rs"

repository = "https://github.com/space-wizards/bsdiff-rs"



[dependencies]

libc = "0.2.24"