We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have to deserialize some xml. I was wondering if there is something similar to "from_slice" function in serde_json?
I always find references to serde_bytes, but not one simple example how this magic is supposed to work.
Thanks if anybody can point me into the right direction.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have to deserialize some xml. I was wondering if there is something similar to "from_slice" function in serde_json?
I always find references to serde_bytes, but not one simple example how this magic is supposed to work.
Thanks if anybody can point me into the right direction.
The text was updated successfully, but these errors were encountered: