A common library for linking libz
to rust programs (also known as zlib).
This crate provides bindings to the raw low-level C API. For a higher-level
safe API to work with DEFLATE, zlib, or gzip streams, see
flate2
. flate2
also supports alternative
implementations, including slower but pure Rust implementations.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in libz-sys
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.