Description
Provides low-level Haskell bindings to zlib. Low-level bindings expose compression primitives more directly than a high-level convenience library.
It is useful for libraries that need precise control over buffers, streaming, formats, or compatibility with existing zlib-based code. Developers should handle memory, errors, and compressed input limits carefully.