chrono/src
Kang Seonghoon b79f6b302b major API surgeries.
- added a new example.
- reexported all public APIs in the crate root.
- made all constructors fail on the invalid arguments by default;
  `*_opt()` variants have been added for the original behavior.
- same for `DateZ::{succ,pred}`.
- fixed a missing overflow check from `TimeZ::from_hms_{milli,micro}`.
2014-07-20 02:51:57 +09:00
..
date.rs major API surgeries. 2014-07-20 02:51:57 +09:00
datetime.rs major API surgeries. 2014-07-20 02:51:57 +09:00
duration.rs the public API now uses i32/u32 instead of int/uint for integers. 2014-07-20 02:00:33 +09:00
lib.rs major API surgeries. 2014-07-20 02:51:57 +09:00
time.rs major API surgeries. 2014-07-20 02:51:57 +09:00