You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get heed + lmdn and rkyv to do zero-copy de-serialization but I'm getting Error: Decoding(ContextError(ArchiveError(Underaligned { expected_align: 8, actual_align: 1 }))) is there a way to get the correct alignment out of heed/lmdb?
I'm trying to get heed + lmdn and rkyv to do zero-copy de-serialization but I'm getting
Error: Decoding(ContextError(ArchiveError(Underaligned { expected_align: 8, actual_align: 1 })))
is there a way to get the correct alignment out of heed/lmdb?this is the code
https://gist.github.com/fabianmurariu/d611da188be44d7b48dedf1b3590bf7d#file-lib-rs-L99
The text was updated successfully, but these errors were encountered: