Property list parser in Rust
- Rust 100%
| benches | ||
| src | ||
| tests | ||
| .deploy_rsa.enc | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
plist-rs
plist-rs is a property list parser written in Rust.
Features
- Supports reading both XML and binary property lists
- Equivalent performance to Apple's
CFBinaryPlistimplementation
Getting Started
Add plist-rs as a dependency in your Cargo.toml file:
[dependencies]
plist-rs = "*"