ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Add ser::to_writer_xml_with_options #69

Closed cmyr closed 3 years ago

cmyr commented 3 years ago

This was an oversight, and should've been added along with the equivalent method on Value.

No rush with this; I can get along fine using the big_long_unstable_feature to create an XmlWriter myself.

I'm starting to integrate the new changes into my project, so I may run into a few other things in the process.

ebarnard commented 3 years ago

Released in v1.2.1