Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connorskees/zip-rs

Opinionated library for parsing zip archives
https://github.com/connorskees/zip-rs

zip

Last synced: 8 days ago
JSON representation

Opinionated library for parsing zip archives

Awesome Lists containing this project

README

        

This library offers the ability to unzip files in-memory.

Implementation notes

- resilience to zip bombs through configuring decompression limit
- ZIP archives read from the file system are memory mapped
- there is currently not support for zip64
- parsing is zero-copy