RReverser / serde-xml-rs

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

Use quick-xml instead of xml-rs #61

Closed kindlychung closed 5 years ago

kindlychung commented 6 years ago

For some significant performance gain: https://github.com/tafia/quick-xml

punkstarman commented 5 years ago

I think that this library will stick xml-rs for the foreseeable future.

Feel free to initiate another project leveraging quick-xml.