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

..03-May-2022-

.github/workflows/H03-May-2022-6557

src/H03-May-2022-6,0204,586

tests/H03-May-2022-143126

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

.cargo_vcs_info.jsonH A D27-Dec-202074 65

.editorconfigH A D22-Dec-2015281 1411

.gitignoreH A D21-Jan-202024 43

Cargo.tomlH A D27-Dec-20201.4 KiB5143

Cargo.toml.orig-cargoH A D27-Dec-2020807 2723

LICENCEH A D23-Sep-20151 KiB1916

README.mdH A D27-Dec-2020465 84

rustfmt.tomlH A D02-Jul-201921 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[Documentation](https://docs.rs/plist/)
8