//! Shared utility types used across the crate.
//!
//! - [`timestamp`] — UTC timestamp via the Hinnant civil-date algorithm.
//! - [`validation`] — input validators for usernames, names, OAuth
//! redirect URIs, scopes, and client identifiers.
//! - `log` — internal `tracing` macro shim (`pub(crate)`).
pub