astral_async_zip

Crates.ioastral_async_zip
lib.rsastral_async_zip
version0.0.17
created_at2025-11-14 18:39:35.478561+00
updated_at2025-11-14 18:39:35.478561+00
descriptionAn asynchronous ZIP archive reading/writing crate.
homepagehttps://github.com/Majored/rs-async-zip
repositoryhttps://github.com/Majored/rs-async-zip
max_upload_size
id1933275
size266,519
konsti (konstin)

documentation

https://docs.rs/async_zip/

README

async_zip

A fork of rs-async-zip intended for use in uv.

As compared to rs-async-zip, this fork contains the following modifications:

  • Support for streaming the central directory and end of central directory records.
  • Support for tracking offsets during streamed reads.
  • Support for accessing data descriptors during streamed reads.
  • Stricter validation around extra field headers.
  • Minor changes to better align with the Python ecosystem's zipfile module.
Commit count: 454

cargo fmt