bsdiff 0.1.6

Rust port of the bsdiff binary diffing algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["pieterjan.briers@gmail.com", "Kornel <kornel@geekhood.net>"]
categories = ["compression"]
description = "Rust port of the bsdiff binary diffing algorithm."
edition = "2018"
homepage = "https://lib.rs/bsdiff"
include = ["src/*.rs", "LICENSE", "README.md", "Cargo.toml"]
keywords = ["bspatch", "patch", "diff", "delta", "binary"]
license = "BSD-2-Clause"
name = "bsdiff"
readme = "README.md"
repository = "https://github.com/space-wizards/bsdiff-rs"
version = "0.1.6"