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.21k stars 46 forks source link

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

Open ChillFish8 opened 1 year ago

ChillFish8 commented 1 year 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.