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 file:
Cargo.toml
toml [dependencies] plist-rs = "*"