zstd-safe 3.0.0+zstd.1.4.8

Safe low-level bindings for the zstd compression library.
Documentation
[dependencies.libc]
version = "0.2.21"

[dependencies.zstd-sys]
default-features = false
version = "=1.4.19"

[features]
bindgen = ["zstd-sys/bindgen"]
default = ["legacy"]
experimental = ["zstd-sys/experimental"]
legacy = ["zstd-sys/legacy"]
pkg-config = ["zstd-sys/pkg-config"]
std = ["zstd-sys/std"]
zstdmt = ["zstd-sys/zstdmt"]

[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "compression"]
description = "Safe low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
license = "MIT/Apache-2.0"
name = "zstd-safe"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "3.0.0+zstd.1.4.8"
[package.metadata.docs.rs]
features = ["experimental"]