ebarnard / rust-plist

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

Track xml-rs changes #17

Closed raphlinus closed 7 years ago

raphlinus commented 7 years ago

A recent release of xml-rs (0.3.7) added a new field to the parser config. This patch provides that field and also updates the version.

Fixes #16

raphlinus commented 7 years ago

A case can be made that this code should be changed to use the builder-like pattern suggested in the xml-rs documentation, which would protect against future additional fields. Would you rather see that change?

ebarnard commented 7 years ago

Thanks. I'll release an update using the builder pattern.