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
/
date.rs
Age
Commit message (
Expand
)
Author
2018-04-30
Remove dev dependency on chrono.
Edward Barnard
2018-03-24
Replace chrono with humantime.
Edward Barnard
2018-03-16
Provide an improved debug implementation for Date.
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-06-07
Address some clippy warnings.
Edward Barnard
2017-05-05
Check for NaN binary date values.
Edward Barnard
2017-05-04
Add brief overview of the new Date type.
Edward Barnard
2017-05-04
Improve robustness of date and struct serialisation.
Edward Barnard
2017-05-04
Unsure whether this method should be public.
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-04-20
Update dependencies.
Edward Barnard
2017-04-20
Use a custom date type.
Edward Barnard