uv/crates/pypi-types
konsti 4db468e27f
Use VerbatimParsedUrl in pep508_rs (#3758)
When parsing requirements from any source, directly parse the url parts
(and reject unsupported urls) instead of parsing url parts at a later
stage. This removes a bunch of error branches and concludes the work
parsing url parts once and passing them around everywhere.

Many usages of the assembled `VerbatimUrl` remain, but these can be
removed incrementally.

Please review commit-by-commit.
2024-05-23 19:52:47 +00:00
..
src Use VerbatimParsedUrl in pep508_rs (#3758) 2024-05-23 19:52:47 +00:00
Cargo.toml Use VerbatimParsedUrl in pep508_rs (#3758) 2024-05-23 19:52:47 +00:00