rpms
[This](https://github.com/mateidavid/zstr) C++ header-only library enables the
use of C++ standard iostreams to access ZLib-compressed streams.
For input access (decompression), the compression format is auto-detected, and
multiple concatenated compressed streams are decompressed seamlessly.
For output access (compression), the only parameter exposed by this API is the
compression level.
Updated 2026-01-16 01:13:59 +00:00