I was hoping to store some data into heed and de-serialize using rkyv, the types seem to work out but I'm getting an alignment error.
Error: Decoding(ContextError(ArchiveError(Underaligned { expected_align: 8, actual_align: 1 })))
Is there a way to get an aligned slice out of lmdb/heed?
system
Closed
2
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.