1 unstable release
0.0.0 | Jan 2, 2020 |
---|
#10 in #bsdiff
7KB
Varia: bsdiff
A bsdiff
implementation for Varia, brought to you by @NikolaiVazquez!
This library is developed as part of the Ocean Package Manager.
The binary diffing algorithm by Colin Percival is described in his "Naïve Differences of Executable Code" paper.
Usage
This crate is available on crates.io and can be used by adding the
following to your project's Cargo.toml
:
[dependencies]
varia-bsdiff = "0.0.0"
and this to your crate root (main.rs
or lib.rs
):
extern crate varia_bsdiff;
This last step is optional in Rust 2018 edition.
License
Varia is released under either:
at your choosing.