uv/crates/puffin-dev/src
Andrew Gallant 8d70055140
puffin-client: actually use SimpleMetadataRaw
This commit introduces SimpleMetadataRaw into the registry
client without actually changing the cache contents. This
effectively is just lining up the API we want. To achieve
this, we actually introduce a perf regression by continuing
to deserialize SimpleMetadata as a MessagePack blob, and then
doing a rkyv serialization followed by a deserialization.

The idea is that we want to change the cached client to deal
with archived types instead of round-tripping through Serde.
2024-02-04 09:46:56 -05:00
..
build.rs Add support for disabling installation from pre-built wheels (#956) 2024-01-19 11:24:27 -06:00
install_many.rs Add support for disabling installation from pre-built wheels (#956) 2024-01-19 11:24:27 -06:00
main.rs Add a `BENCHMARKS.md` with rendered benchmarks (#1211) 2024-01-31 20:11:52 +00:00
render_benchmarks.rs Use Python 3.12 in benchmarks (#1215) 2024-01-31 15:51:13 -05:00
resolve_cli.rs Add a builder for resolution options (#1192) 2024-01-30 19:50:16 +00:00
resolve_many.rs puffin-client: actually use SimpleMetadataRaw 2024-02-04 09:46:56 -05:00
wheel_metadata.rs Preserve verbatim URLs (#639) 2023-12-14 15:03:39 +00:00