| Crates.io | plist-rs |
| lib.rs | plist-rs |
| version | 0.1.0 |
| created_at | 2016-06-09 08:55:51.904463+00 |
| updated_at | 2016-06-09 08:55:51.904463+00 |
| description | A property list parser |
| homepage | https://github.com/conradev/plist-rs |
| repository | https://github.com/conradev/plist-rs |
| max_upload_size | |
| id | 5328 |
| size | 516,539 |
plist-rs is a property list parser.
It supports both reading XML and binary property lists.
Add plist-rs as a dependency in your Cargo.toml file:
[dependencies]
plist-rs = "*"