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

..30-Mar-2022-

src/H30-Mar-2022-5,9534,527

tests/H30-Mar-2022-143126

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D30-Mar-20221.4 KiB5143

LICENCEH A D30-Mar-20221 KiB1916

README.mdH A D30-Mar-2022588 105

rustfmt.tomlH A D30-Mar-202221 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