agprefs 0.3.3

A simple parser and serializer for the reading and writing agprefs files and the text fields in lrcat files from lightroom
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "composer")]
mod composer;
mod errors;
mod parser;
mod types;

pub use errors::Errors;
#[cfg(feature = "namedlist")]
#[cfg_attr(docsrs, doc(cfg(feature = "namedlist")))]
pub use types::NamedList;
pub use types::{Agpref, Value};