zstd-rs

zstd-rs is a Rust library that provides a bindgen wrapper around a concatenated version of zstd by Facebook. It allows you to compress and decompress data using the zstd compression algorithm in your Rust applications.

Installation

To use zstd-rs in your Rust project, add the following to your Cargo.toml file:

[dependencies]
zstd-rs = "^0.1"

License

zstd-rs is licensed under the MIT license.