[go: up one dir, main page]

zstd-sys 1.2.0

Low-level bindings for the zstd compression library.
Documentation
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
name = "zstd-sys"
build = "build.rs"
version = "1.2.0"
description = "Low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
repository = "https://github.com/gyscos/zstd-rs"
license = "MIT/Apache-2.0"

[build-dependencies]
bindgen = { version = "0.22.1", optional = true }
gcc = "0.3.45"
glob = "0.2.11"

[dependencies]
libc = "0.2.21"

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