uv/crates/distribution-types
Charlie Marsh f3965fef5e
Use filename trait for WheelWire conversion (#3651)
## Summary

The main motivation here is that the `.filename()` method that we
implement on `Url` will do URL decoding for the last segment, which we
were missing here.

The errors are a bit awkward, because in
`crates/uv-resolver/src/lock.rs`, we wrap in `failed to extract filename
from URL: {url}`, so in theory we want the underlying errors to _omit_
the URL? But sometimes they use `#[error(transparent)]`?
2024-05-20 09:25:31 -04:00
..
src Use filename trait for WheelWire conversion (#3651) 2024-05-20 09:25:31 -04:00
Cargo.toml Add basic tool.uv.sources support (#3263) 2024-05-03 21:10:50 +00:00