serde-xml-rs
serde-xml-rs copied to clipboard
Is there something like "from_slice"
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.