Add #[repr(c)] to anything serialized with Rkyv.
ChillFish8 opened this issue · 0 comments
ChillFish8 commented
We should mark everything that gets serialized and deserialized with rkyv with the C layout repr, otherwise this could cause us some issues later on if rust's memory layout changes.