1 2 3 4 5 6
//! Internal utilities shared across the crate. //! //! Everything under `util` is `pub(crate)` — these helpers are not part of //! the public library API. pub(crate) mod time;