lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.25k stars 46 forks source link

Add #[repr(c)] to anything serialized with Rkyv. #122

Open ChillFish8 opened 2 years ago

ChillFish8 commented 2 years ago

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.