plist-rs

Build Status

API Documentation

plist-rs is a property list parser.

It supports both reading XML and binary property lists.

Getting Started

Add plist-rs as a dependency in your Cargo.toml file:

toml [dependencies] plist-rs = "*"