libdeflate-sys 1.22.0

Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Documentation
1
2
3
4
5
6
# libdeflate-sys 

Raw C bindings to [libdeflate](https://github.com/ebiggers/libdeflate).

Used by [libdeflater](https://crates.io/crates/libdeflater), which
exposes safer Rust bindings to the library.