chrono/src
Kang Seonghoon c118a3985f
Serialization cleanup for 0.3.
- Rustc-serialize now uses the same serialization format as Serde.
  This also means that the older format (naturally derived from
  the internals) is no longer supported.

- Serialization support only existed for rustc-serialize has been
  (temporarily) removed. This affects `Date<Tz>` and all individual
  time zone types. This does *not* affect `DateTime<Tz>` as it has
  individual support per `Tz`.

  Please note that this is considered a temporary solution to avoid
  stabilizing diverging implementations. Their implementations will
  likely be reintroduced later.
2017-02-07 03:08:01 +09:00
..
format `time::Duration` is no longer the sole duration type described. 2017-02-06 09:39:32 +09:00
naive Serialization cleanup for 0.3. 2017-02-07 03:08:01 +09:00
offset Serialization cleanup for 0.3. 2017-02-07 03:08:01 +09:00
date.rs Serialization cleanup for 0.3. 2017-02-07 03:08:01 +09:00
datetime.rs Serialization cleanup for 0.3. 2017-02-07 03:08:01 +09:00
div.rs Removed all remaining mentions of rust-chrono (very old name). 2017-02-06 06:15:57 +09:00
lib.rs `time::Duration` is no longer the sole duration type described. 2017-02-06 09:39:32 +09:00