zip-rs

Crates.iozip-rs
lib.rszip-rs
version0.1.1
sourcesrc
created_at2023-09-26 05:09:49.203634
updated_at2023-09-26 05:43:16.426663
descriptionOpinionated library for parsing ZIP archives
homepage
repositoryhttps://github.com/connorskees/zip-rs
max_upload_size
id983301
size67,278
Connor Skees (connorskees)

documentation

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
Commit count: 43

cargo fmt