RReverser / serde-xml-rs

xml-rs based deserializer for Serde (compatible with 1.0+)
https://crates.io/crates/serde-xml-rs
MIT License
269 stars 90 forks source link

Is there something like "from_slice" #190

Open peschu123 opened 1 year ago

peschu123 commented 1 year ago

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.