[](https://travis-ci.org/conradev/plist-rs)
[API Documentation][API documentation]
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`](http://crates.io/) file:
```toml
[dependencies]
plist-rs = "*"
```