uv/crates/uv-normalize
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 Move shell manipulation into its own crate (#5028) 2024-07-12 21:12:58 -04:00