Low-level FFI bindings to the system zlib compression library.
# Cargo.toml
[dependencies]
libz-sys = "1.1.29"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the z_stream struct from libz-sys.
Install zlib via your system package manager (e.g., apt install zlib1g-dev on Debian/Ubuntu).
No dependency data recorded yet.