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

#543 in Compression

MIT license

1MB
12K SLoC

C 12K SLoC // 0.4% comments Rust 31 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–2MB
~40K SLoC