//! Human-friendly time parser
//!
//! Currently this only currently implements parsing of duration. Relative and
//! absolute times may be added in future.
//!
//! The format of values accpted is described in docstring of `parse_duration`.
extern crate quick_error;
pub use ;
pub use Duration;