4 releases
| 0.1.3 | Jun 16, 2023 |
|---|---|
| 0.1.2 | Jun 16, 2023 |
| 0.1.1 | Jun 16, 2023 |
| 0.1.0 | Jun 16, 2023 |
#1046 in Compression
1MB
12K
SLoC
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.
Dependencies
~0–2.2MB
~43K SLoC