uv/crates/uv-pypi-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
..
metadata Avoid using owned `String` for package name constructors (#11768) 2025-02-24 23:06:15 -08:00
base_url.rs Use `SmallString` for filenames and URLs (#11765) 2025-02-24 23:06:57 -08:00
conflicts.rs Optional schemars dependency (#11449) 2025-02-12 18:20:19 +01:00
direct_url.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
lenient_requirement.rs Avoid using owned `String` in deserializers (#11764) 2025-02-25 14:28:16 +00:00
lib.rs uv-pypi-types: rename conflicting_groups module to conflicts 2024-11-14 08:02:46 -05:00
marker_environment.rs add support for specifying conflicting extras (#8976) 2024-11-13 09:52:28 -05:00
parsed_url.rs Eagerly reject unsupported Git schemes (#11514) 2025-02-18 02:14:06 +00:00
requirement.rs Eagerly reject unsupported Git schemes (#11514) 2025-02-18 02:14:06 +00:00
scheme.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
simple_json.rs Avoid using owned `String` in deserializers (#11764) 2025-02-25 14:28:16 +00:00
supported_environments.rs Allow users to mark platforms as "required" for wheel coverage (#10067) 2025-02-14 15:11:18 -05:00