You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Compression and decompression in the gzip and zlib format**
4
+
5
+
This package provides a pure interface for compressing and decompressing streams of data represented as lazy `ByteString`s.
6
+
It uses the `zlib` C library so it has high performance. It supports the `zlib`, `gzip` and `raw` compression formats.
7
+
8
+
It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.
0 commit comments