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

ser: allow creating a custom `Serializer` #210

Open cr8t opened 1 year ago

cr8t commented 1 year ago

Exposes the Serializer::new_from_writer constructor to allow users to create a custom Serializer from an xml::EventWriter.