librsync 0.2.3

Bindings to librsync for calculating and applying network deltas exposed as Reader/Writer streams.
Documentation
[dependencies.clippy]
optional = true
version = "< 1"

[dependencies.libc]
version = "0.2"

[dependencies.librsync-sys]
version = "0.1"

[dependencies.log]
optional = true
version = "0.4"

[features]
default = ["log"]
lints = ["clippy", "nightly"]
nightly = []
unstable = ["lints", "nightly"]

[package]
authors = ["Michele Bertasi <@brt_device>"]
description = "Bindings to librsync for calculating and applying network\ndeltas exposed as Reader/Writer streams.\n"
documentation = "https://docs.rs/librsync"
edition = "2018"
homepage = "https://github.com/mbrt/librsync-rs"
keywords = ["librsync", "rsync", "backup"]
license = "MIT/Apache-2.0"
name = "librsync"
readme = "README.md"
repository = "https://github.com/mbrt/librsync-rs"
version = "0.2.3"