Parse Bytes
from RawForm
#1805
Replies: 1 comment 1 reply
-
Wrong library? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using
RawForm
like so from the docs:form
is aBytes
. I want to parse theBytes
into a usable form like a vector of tuples or HashMap. Before I add another library to the project for this, I was wondering is there is any functionality within Axum to parse theBytes
?Beta Was this translation helpful? Give feedback.
All reactions