Description
Applications can read and write compressed files transparently through a shared C API.
This library is useful for trace tools, data pipelines, importers, and storage workflows that need to handle several compression methods without custom code for each one. It does not add an archive manager by itself; another program uses it for file I/O.
Compressed files can be large after expansion or come from untrusted sources. Parent applications should enforce size limits and safe paths.