rsync-rdiff 0.1.2

librsyncr is a Rust library to calculate and apply deltas between two files without having access to both files on the same system.
Documentation
[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.byteorder]
version = "1"

[dependencies.rustc-hash]
version = "1"
[dev-dependencies.gumdrop]
version = "0.8.1"

[features]
strong_hash = []

[package]
authors = ["Jordan Miner <jminer7@gmail.com>"]
description = "librsyncr is a Rust library to calculate and apply deltas between two files without having access to both files on the same system."
edition = "2018"
keywords = ["rsync", "librsync"]
license = "MPL-2.0"
name = "rsync-rdiff"
readme = "README.md"
repository = "https://gitlab.com/jminer/librsyncr"
version = "0.1.2"