• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

src/H15-Mar-2021-5,8854,481

tests/H15-Mar-2021-139122

.cargo-checksum.jsonH A D15-Mar-20212.5 KiB11

Cargo.tomlH A D15-Mar-20211.3 KiB4941

LICENCEH A D15-Mar-20211 KiB1916

README.mdH A D15-Mar-2021588 105

rustfmt.tomlH A D15-Mar-202121 21

README.md

1# Plist
2
3A rusty plist parser.
4
5Many features from previous versions are now hidden behind the `enable_unstable_features_that_may_break_with_minor_version_bumps` feature. These will break in minor version releases after the 1.0 release. If you really really must use them you should specify a tilde requirement e.g. `plist = "~1.0.3"` in you `Cargo.toml` so that the plist crate is not automatically updated to version 1.1.
6
7[![Build Status](https://travis-ci.org/ebarnard/rust-plist.svg?branch=master)](https://travis-ci.org/ebarnard/rust-plist)
8
9[Documentation](https://docs.rs/plist/)
10