chrono/src
Jim Turner 881e6c2dcc Clarify that Duration is an "accurate" duration
The ISO 8601 format includes both "nominal" (year, month, week, and
day) and "accurate" (hour, minute, and second) components. However, the
`Duration` type only represents an "accurate" duration because
arithmetic with nominal components is not defined in ISO 8601.
2016-10-04 19:07:11 -04:00
..
format Use char type instead of single-char Strings 2016-10-02 01:17:13 +02:00
naive Stop using clone() on Copy types 2016-10-02 01:17:13 +02:00
offset Stop using clone() on Copy types 2016-10-02 01:17:13 +02:00
date.rs Proper (de)serialization format handling. 2016-08-04 03:22:12 +09:00
datetime.rs Add bincode serde tests 2016-08-16 18:08:19 -04:00
div.rs Remove unstable feature 'zero_one' and use the impl of 'num' crate 2015-04-26 15:41:18 +09:00
lib.rs Clarify that Duration is an "accurate" duration 2016-10-04 19:07:11 -04:00