bipatch 1.0.0

A bsdiff-derived binary patching tool - patch library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bipatch"
version = "1.0.0"
description = "A bsdiff-derived binary patching tool - patch library"
license = "Apache-2.0 OR MIT"
authors = ["Amos Wenger <amoswenger@gmail.com>"]
edition = "2018"
repository = "https://github.com/divvun/bidiff"

[dependencies]
byteorder = { version = "1.3.4" }
integer-encoding = { version = "2.0.0", default-features = false }