plist 1.10.0

A rusty plist parser. Supports Serde serialization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg_attr(miri, ignore = "incompatible with miri")]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}

#[test]
#[ignore = "must be run on MSRV compiler"]
pub fn macro_expansion() {
    macrotest::expand("tests/expand/*.rs");
}