uv/crates/puffin-resolver
Charlie Marsh e6d7124147
Add an extra struct around the package-to-flat index map (#923)
## Summary

`FlatIndex` is now the thing that's keyed on `PackageName`, while
`FlatDistributions` is what used to be called `FlatIndex` (a map from
version to `PrioritizedDistribution`, for a single package). I find this
a bit clearer, since we can also remove the `from_files` that doesn't
return `Self`, which I had trouble following.
2024-01-15 14:48:10 +00:00
..
src Add an extra struct around the package-to-flat index map (#923) 2024-01-15 14:48:10 +00:00
tests Support HTML indexes in --find-links (#913) 2024-01-15 02:54:34 +00:00
Cargo.toml Remove PubGrubVersion (#924) 2024-01-15 08:51:12 -05:00