Use with rkyv #131
Replies: 3 comments
|
I wonder if https://github.com/marvin-j97/byteview breaks rykv compatibility, because its inlined representation is possibly aligned to 4 bytes (if the struct starts at 0x0, the first 4 bytes are the
|
0 replies
|
I added an I don't think fjall 2.6.0 will play too well with rkyv, it will require the |
0 replies
|
Got it! Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm surprised that fjall can be used with rkyv.
I'm surprised because redb cannot be used with rkyv. It will have alignment issue.
Nice! 👍
All reactions