Date and time handling for Rust. (also known as rust-chrono) It aims to be a feature-complete superset of the time library.
Chrono is a date and time handling for Rust. In particular,
- Chrono strictly adheres to ISO 8601.
- Chrono is timezone-aware by default, with separate timezone-naive types.
- Chrono is space-optimal and (while not being the primary goal) reasonably efficient.
Links: