chrono/src
Christopher Serr 9dc91f78ed Implement Support for no_std
This adds a new `std` feature to chrono that is enabled by default. By
deactivating this feature via `default-features = false` you can now use
chrono in applications that don't use the standard library. The `serde`
feature is supported as well.

Resolves #336
2019-09-07 12:12:49 +02:00
..
format Implement Support for no_std 2019-09-07 12:12:49 +02:00
naive Implement Support for no_std 2019-09-07 12:12:49 +02:00
offset Implement Support for no_std 2019-09-07 12:12:49 +02:00
date.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
datetime.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
div.rs Use no_std-compatible num dependencies 2018-02-23 00:07:16 -08:00
lib.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
oldtime.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
round.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00