guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
258 stars 31 forks source link

Expose zip archive records #92

Open denull opened 1 month ago

denull commented 1 month ago

ZipArchiveReader currently contains a records field, but it's not externally available.

It would be useful to have access to compressed/uncompressed sizes, permissions and CRC32s of files in archive