aboutsummaryrefslogtreecommitdiffstats
path: root/src/builder.rs
AgeCommit message (Expand)Author
2018-08-26Move private Builder struct into value module.Edward Barnard
2018-07-16Appease clippy.Edward Barnard
2018-05-17Remove the Result<T, Error> type alias.Edward Barnard
2018-05-17Reorganise crate.Edward Barnard
2018-03-16Run rustfmt.Edward Barnard
2017-05-03RustfmtEdward Barnard
2017-05-03Replace try! with question operator.Edward Barnard
2015-12-26Kill StartPlist and EndPlistEdward Barnard
2015-12-25Better handling of u64 to usize conversionsEdward Barnard
2015-12-24Improve error situationEdward Barnard
2015-12-22RustfmtEdward Barnard
2015-12-22Make Builder type private. Functionality is available in Plist::from_events.Edward Barnard
2015-12-22Rename StreamingParser to EventReader and Writer to EventWriterEdward Barnard
2015-08-29TidyEdward Barnard
2015-08-29Switch to using BTreeMap for dictionariesEdward Barnard
2015-08-28Expand folder structureEdward Barnard