chrono/src/offset
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
..
fixed.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
local.rs Put wasm-bindgen and js-sys behind a wasm-bindgen feature gate 2019-09-03 09:05:15 -04:00
mod.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00
utc.rs Implement Support for no_std 2019-09-07 12:12:49 +02:00