File: README.md

package info (click to toggle)
rust-astral-async-zip 0.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: makefile: 6
file content (11 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# async_zip

A fork of [`rs-async-zip`](https://github.com/Majored/rs-async-zip) intended for use in [uv](https://github.com/astral-sh/uv).

As compared to [`rs-async-zip`](https://github.com/Majored/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.