[go: up one dir, main page]

zstd 0.3.0

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.3.0"
exclude = ["assets"]

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

[dependencies]
libc = "0.2"

[dev-dependencies]
clap = "2.6.0"

[features]
default = ["legacy"]
legacy = []