uv/crates/uv-git-types/src
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
..
github.rs Split uv-git and uv-git-types (#11448) 2025-02-17 10:37:55 +01:00
lib.rs Re-allow HTTP schemes for Git dependencies (#11687) 2025-02-21 05:14:31 +00:00
oid.rs Avoid using owned `String` in deserializers (#11764) 2025-02-25 14:28:16 +00:00
reference.rs Split uv-git and uv-git-types (#11448) 2025-02-17 10:37:55 +01:00