Using rkyv
with axum
#2336
Unanswered
thestarmaker
asked this question in
Q&A
Replies: 1 comment
-
I've never used |
Beta Was this translation helpful? Give feedback.
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.
-
Hi guys, I've been looking for an example of how to write
rkyv
encoded response with Axum while avoiding additional copying. After serialisationrkyv
leaves users withAlignedVec
structire (an aligned[u8]
of a sort), is there a way to just provide this as a response to Axum without copying?Beta Was this translation helpful? Give feedback.
All reactions