//! Rust library for printing human readable, relative time differences
//!
//! `timediff` is a Rust package for printing human readable, relative time differences.
//! Output is based on [ranges defined in the Day.js] Javascript library, and can be
//! customized if needed.
//!
//! [ranges defined in the Day.js]: https://day.js.org/docs/en/display/from-now
pub use ;