uv/crates/distribution-types
konsti 725004dcf1
Rename the second direct url to parsed url (#3187)
Previously, we got `pypi_types::DirectUrl` (the pypa spec
direct_url.json format) and `distribution_types::DirectUrl` (an enum of
all the url types we support). This lead me to confusion, so i'm
renaming the latter one to the more appropriate `ParsedUrl`.
2024-04-22 14:38:27 +00:00
..
src Rename the second direct url to parsed url (#3187) 2024-04-22 14:38:27 +00:00
Cargo.toml Dedicated error type for direct url parsing (#3181) 2024-04-22 11:57:36 +00:00