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