//! UI-related utilities (e.g. converting dates to a human-readable form).

mod format_distance;

pub use format_distance::*;
