//! Utility modules
//!
//! Provides common utility functions and types used throughout the project, including:
//!
//! - **pagination** — Pagination parameter extraction and validation
//! - **markdown** — Markdown to HTML rendering pipeline (with XSS protection)
pub mod auth;
pub mod crypto;
pub mod id;
pub mod markdown;
pub mod pagination;
pub mod tz;