mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 05:21:39 +00:00

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