uv/crates/pypi-types
Charlie Marsh 538b0f1099
Remove serde::Serialize implementations for rkyv-able structs (#7663)
## Summary

Random, but I noticed that we can remove a ton of serialize and
deserialize derives by using `rkyv` for the flat-index caches. (We
already use `rkyv` for these same structs in the registry cache.)
2024-09-24 13:23:47 -04:00
..
src Remove serde::Serialize implementations for rkyv-able structs (#7663) 2024-09-24 13:23:47 -04:00
Cargo.toml Hint at missing project.name (#6803) 2024-09-14 20:03:47 +00:00