4 lines
147 B
Rust
4 lines
147 B
Rust
//! [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time handling
|
|
//! ([chrono](https://docs.rs/chrono)).
|
|
|
|
pub use chrono::prelude::*;
|