aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/writer.rs
AgeCommit message (Expand)Author
2018-11-07EventReader,PlistEventWriter: Change use `base64::STANDARD` for `Data`data-without-base64-mimeTeddy Wing
2018-05-02Stop indenting the child of the <plist> tagKevin Ballard
2018-05-02Better match Apple plist outputKevin Ballard
2018-04-30Remove dev dependency on chrono.Edward Barnard
2018-03-16Run rustfmt.Edward Barnard
2018-02-27Stop exposing internal functions and chrono types in Date.Edward Barnard
2017-08-21Upgrade chrono from 0.3 to 0.4 (#23)Robin Stocker
2017-05-03Replace try! with question operator.Edward Barnard
2017-05-03Update to latest base64.Edward Barnard
2017-04-20Replace rustc-serialize with base64 crate.Edward Barnard
2017-04-20Use a custom date type.Edward Barnard
2017-02-22Rustfmt.Edward Barnard
2017-02-22Use builder pattern for xml_rs config structs.Edward Barnard
2016-12-24Write XML dates in the correct format. Closes #13.Edward Barnard
2015-12-30Improve error handlingEdward Barnard
2015-12-30RenamingEdward Barnard
2015-12-26Kill StartPlist and EndPlistEdward Barnard
2015-12-24Improve error situationEdward Barnard
2015-12-22RustfmtEdward Barnard
2015-12-22Rename StreamingParser to EventReader and Writer to EventWriterEdward Barnard
2015-11-06Update xml-rsEdward Barnard
2015-11-06xml::Writer works!Edward Barnard
2015-08-29Improve and add tests for the xml writerEdward Barnard
2015-08-28Expand folder structureEdward Barnard