//! # Util
//!
//! `util` is the module providing utility types and helper functions used across the library.
/// Types used to produce and manipulate timestamps.
/// Functions used to match and pattern match strings against a regex.
/// Type and constants used for versioning (semver).
pub use ;
pub use Version;