ebarnard / rust-plist

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

Unable to Deserialize iTunes Library XML #81

Closed quinnjr closed 2 years ago

quinnjr commented 2 years ago

When trying to deserialize a valid iTunes library in XML plist format, I get the following error:

Error: UnexpectedEventType { expected: String, found: StartDictionary }

Am I configuring something wrong?