zstd 0.1.13

Binding for the zstd compression library.
Documentation
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "src/build.rs"
description = "Binding for the zstd compression library."
documentation = "https://gyscos.github.io/zstd-rs/zstd/index.html"
license = "MIT"
name = "zstd"
repository = "https://github.com/Gyscos/zstd-rs"
version = "0.1.13"

[build-dependencies]
gcc = "0.3.28"
glob = "0.2.11"

[dependencies]
libc = "0.2"

[dev-dependencies]
clap = "2.6.0"

[features]
default = []