Description
Compression and decompression in the brotli format.
Description
This package provides a pure interface for compressing and decompressing streams of data represented as strict or lazy ByteString
s. It uses the brotli C library so it has high performance. It supports the "brotli", compression format.
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 brotli feature set