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
Age
Commit message (
Expand
)
Author
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
2017-02-22
Track xml-rs changes (#17)
Raph Levien
2017-02-02
Run rustfmt.
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-10-26
Add warning to xml writer
Edward Barnard
2015-09-26
Fuse xml reader on error
Edward Barnard
2015-09-23
Handle blank strings
Edward Barnard
2015-09-23
Handle multiline xml data elements
Edward Barnard
2015-09-23
Handle errors in xml parsing
Edward Barnard
2015-08-29
Improve and add tests for the xml writer
Edward Barnard
2015-08-28
Add date support via chrono
Edward Barnard
2015-08-28
Expand folder structure
Edward Barnard