uv/crates/uv-resolver
Charlie Marsh 4e48d759c4
Add zstandard support for wheels (#15645)
## Summary

This PR allows pyx to send down hashes for zstandard-compressed
tarballs. If the hash is present, then the file is assumed to be present
at `${wheel_url}.tar.zst`, similar in design to PEP 658
`${wheel_metadata}.metadata` files. The intent here is that the index
must include the wheel (to support all clients and support
random-access), but can optionally include a zstandard-compressed
version alongside it.
2025-09-03 01:38:31 +00:00
..
src Add zstandard support for wheels (#15645) 2025-09-03 01:38:31 +00:00
Cargo.toml Add uv tree --show-sizes to show package sizes (#15531) 2025-08-29 08:31:46 -05:00