fast_rsync 0.1.1

An optimized implementation of librsync in pure Rust.
Documentation
[[bench]]
harness = false
name = "rsync_bench"
[dependencies.arrayref]
version = "0.3.6"

[dependencies.packed_simd]
version = "0.3.3"
[dev-dependencies.criterion]
version = "0.3.1"

[dev-dependencies.quickcheck]
default-features = false
version = "0.9.2"

[dev-dependencies.quickcheck_macros]
version = "0.9.1"

[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["Dropbox Engineering", "bacher09, Artyom Pavlov (RustCrypto/hashes/MD4)"]
description = "An optimized implementation of librsync in pure Rust."
edition = "2018"
exclude = [".github", ".gitignore", "rust-toolchain"]
keywords = ["rsync"]
license = "Apache-2.0"
name = "fast_rsync"
readme = "README.md"
repository = "https://github.com/dropbox/fast_rsync"
version = "0.1.1"