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
/
serde
Age
Commit message (
Expand
)
Author
2018-05-17
Reorganise crate.
Edward Barnard
2018-05-02
Run latest rustfmt.
Edward Barnard
2018-03-16
Run rustfmt.
Edward Barnard
2018-02-27
Stop exposing internal functions and chrono types in Date.
Edward Barnard
2017-06-07
Address some clippy warnings.
Edward Barnard
2017-05-04
Remove old message about tests.
Edward Barnard
2017-05-04
Improve robustness of date and struct serialisation.
Edward Barnard
2017-05-03
Rustfmt
Edward Barnard
2017-05-03
Implement serialisation and deserialisation for the plist Date type.
v0.2.0
Edward Barnard
2017-05-03
Replace try! with question operator.
Edward Barnard
2017-05-03
Serialise Option<T> struct fields as T if value if Some and ignore field if v...
Edward Barnard
2017-05-03
Update to serde 1.0.
Edward Barnard
2017-04-20
Use a custom date type.
Edward Barnard
2017-02-22
serde::deserialize should support binary and xml encodings.
Edward Barnard
2017-02-02
Update Serde to 0.9.
Edward Barnard
2017-02-02
Support Serde 0.8. Bump minimum Rust version to 0.15.
Edward Barnard