| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
allocation checking.
Closes #22.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value is None.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
padding. Closes #20.
|
|
plists can contain circular references.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A recent release of xml-rs (0.3.7) added a new field to the parser
config. This patch provides that field and also updates the version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add the most common/reasonable conversions from primitive and std types to Plist
variants. There's a bit of uncertainty with `Vec<u8>` and `&[u8]` where it's not
obvious whether they should convert to `Plist::Array` or `Plist::Data`. I've opted
for `Plist::Data`, but converting to `Plist::Array` would also be reasonable.
|