ebarnard / rust-plist

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

Support writing a plist without the XML prolog and root element #84

Closed ebarnard closed 2 years ago

ebarnard commented 2 years ago

This is configured by the XmlWriteOptions::root_element option.

Closes #80.