uv/crates/uv-distribution-filename
Charlie Marsh c37af945b3
Avoid using owned `String` in deserializers (#11764)
## Summary

This is the pattern I see in a variety of crates, and I believe this is
preferred if you don't _need_ an owned `String`, since you can avoid the
allocation. This could be pretty impactful for us?
2025-02-25 14:28:16 +00:00
..
src Avoid using owned `String` in deserializers (#11764) 2025-02-25 14:28:16 +00:00
Cargo.toml Use `memchr` for wheel parsing (#10620) 2025-01-15 11:39:25 -05:00