plist-sys 0.1.5

Raw bindings to the libplist library.
Documentation
1
2
3
4
5
extern crate pkg_config;

fn main() {
    pkg_config::probe_library("libplist").unwrap();
}