uv/crates/uv-extract/src
Charlie Marsh dc2c289dff
Upgrade `rs-async-zip` to support data descriptors (#2809)
## Summary

Upgrading `rs-async-zip` enables us to support data descriptors in
streaming. This both greatly improves performance for indexes that use
data descriptors _and_ ensures that we support them in a few other
places (e.g., zipped source distributions created in Finder).

Closes #2808.
2024-04-04 01:31:40 +00:00
..
vendor Add `fs_err` to `disallowed_method` in clippy.toml (#1950) 2024-02-26 14:15:07 +00:00
error.rs Add `Seek` fallback for zip files (#2320) 2024-03-10 11:39:28 -04:00
lib.rs Add `Seek` fallback for zip files (#2320) 2024-03-10 11:39:28 -04:00
seek.rs Upgrade `rs-async-zip` to support data descriptors (#2809) 2024-04-04 01:31:40 +00:00
stream.rs Upgrade `rs-async-zip` to support data descriptors (#2809) 2024-04-04 01:31:40 +00:00
sync.rs Use async unzip for local source distributions (#1809) 2024-02-21 14:11:37 +00:00
tar.rs Preserve executable bit when untarring archives (#1790) 2024-02-21 14:18:44 +00:00