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

feat: Allow srializer with custom eventwriter #181

Open jaysonsantos opened 2 years ago

jaysonsantos commented 2 years ago

This way, one can configure parametes for the xml crate, like indentation. Any ideas for a shortcut function name? serde_xml_rs::to_writer_from_event_writer?

hfiguiere commented 1 year ago

I was about to submit a PR for that.

Any chance we can get this?