ebarnard / rust-plist

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

Lack of examples on how to use #3

Closed hfiguiere closed 4 years ago

hfiguiere commented 8 years ago

There is a lack of examples on how to use. Notably how to use the PListEvent. The test only do deep comparison of complete dataset.

ebarnard commented 4 years ago

I think there are now a sufficient number of examples of how to use this library. PlistEvent is only available behind an unstable feature flag and is unlikely to be extensively documented.