Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/connorskees/zip-rs
- Owner: connorskees
- License: mit
- Created: 2019-11-09T23:09:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T03:31:43.000Z (19 days ago)
- Last Synced: 2024-10-19T05:52:10.298Z (17 days ago)
- Topics: zip
- Language: Rust
- Homepage: https://docs.rs/zip-rs/0.1.1/zip_rs/
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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