uv/crates/uv-distribution-types
konsti 8f2f43c561
Add a reusable path-or-URL parser (#14712)
Reviewing #14687, I noticed that we had implemented a
`Url::from_url_or_path`-like function, but it wasn't reusable. This
change `Verbatim::from_url_or_path` so we can use it in other places
too.

The PEP 508 parser is an odd place for this, but that's where
`VerbatimUrl` and `Scheme` are already living.
2025-07-18 12:08:49 +00:00
..
src Add a reusable path-or-URL parser (#14712) 2025-07-18 12:08:49 +00:00
Cargo.toml Require disambiguated relative paths for `--index` (#14152) 2025-06-25 10:02:06 +02:00