1
2
3
4
//! [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time handling
//! ([chrono](https://docs.rs/chrono)).

pub use chrono::prelude::*;