mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 21:50:37 +00:00
The C memory representation is only needed if we want to guarantee the same memory layout as some other program. Since we're using serde to serialize these data structures, we can let the compiler do what it wants.