index
:
rust-plist
data-without-base64-mime
develop
fuzz
gh-pages
master
A rusty plist parser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
writer.rs
Age
Commit message (
Expand
)
Author
2018-11-07
EventReader,PlistEventWriter: Change use `base64::STANDARD` for `Data`
data-without-base64-mime
Teddy Wing
2018-05-02
Stop indenting the child of the <plist> tag
Kevin Ballard
2018-05-02
Better match Apple plist output
Kevin Ballard
2018-04-30
Remove dev dependency on chrono.
Edward Barnard
2018-03-16
Run rustfmt.
Edward Barnard
2018-02-27
Stop exposing internal functions and chrono types in Date.
Edward Barnard
2017-08-21
Upgrade chrono from 0.3 to 0.4 (#23)
Robin Stocker
2017-05-03
Replace try! with question operator.
Edward Barnard
2017-05-03
Update to latest base64.
Edward Barnard
2017-04-20
Replace rustc-serialize with base64 crate.
Edward Barnard
2017-04-20
Use a custom date type.
Edward Barnard
2017-02-22
Rustfmt.
Edward Barnard
2017-02-22
Use builder pattern for xml_rs config structs.
Edward Barnard
2016-12-24
Write XML dates in the correct format. Closes #13.
Edward Barnard
2015-12-30
Improve error handling
Edward Barnard
2015-12-30
Renaming
Edward Barnard
2015-12-26
Kill StartPlist and EndPlist
Edward Barnard
2015-12-24
Improve error situation
Edward Barnard
2015-12-22
Rustfmt
Edward Barnard
2015-12-22
Rename StreamingParser to EventReader and Writer to EventWriter
Edward Barnard
2015-11-06
Update xml-rs
Edward Barnard
2015-11-06
xml::Writer works!
Edward Barnard
2015-08-29
Improve and add tests for the xml writer
Edward Barnard
2015-08-28
Expand folder structure
Edward Barnard