bidiff 1.0.0

A bsdiff-derived binary patching tool - patch library
Documentation
[dependencies.byteorder]
optional = true
version = "1.3.4"

[dependencies.divsufsort]
version = "2.0.0"

[dependencies.integer-encoding]
default-features = false
optional = true
version = "2.0.0"

[dependencies.log]
version = "0.4.11"

[dependencies.rayon]
version = "1.4.0"

[dependencies.sacabase]
version = "2.0.0"

[dependencies.sacapart]
version = "2.0.0"

[dev-dependencies.proptest]
version = "0.10.1"

[features]
default = ["enc"]
enc = ["byteorder", "integer-encoding"]
instructions = []

[package]
authors = ["Amos Wenger <amoswenger@gmail.com>"]
description = "A bsdiff-derived binary patching tool - patch library"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "bidiff"
repository = "https://github.com/divvun/bidiff"
version = "1.0.0"