librsyncr 0.1.1

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]
features = ["simd", "simd_opt"]
version = "0.2.18"

[dependencies.byteorder]
version = "1"

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

[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 = "librsyncr"
repository = "https://gitlab.com/jminer/librsyncr"
version = "0.1.1"