//! # Chrono-utils
//! Utils for the [chrono](https://github.com/lifthrasiir/rust-chrono) library.
//!//! ## Supported features
//!//! * W3C parser and formatter
//#
externcrate chrono;/// Using for date and time parsing.
pubmodparser;/// Using for date and time formatting.
pubmodformatter;