uv/crates/puffin-resolver
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
..
src puffin-client: actually use SimpleMetadataRaw 2024-02-04 09:46:56 -05:00
tests Add a builder for resolution options (#1192) 2024-01-30 19:50:16 +00:00
Cargo.toml Yield after channel send and move cpu tasks to thread (#1163) 2024-02-02 18:18:24 +01:00