//! Core types and foundational components
//!//! This module contains the fundamental data types, error handling,
//! and constants used throughout the application.
pubmodconstants;pubmoderror;pubmodtypes;// Re-export commonly used items for convenience
pubuseerror::{Result, UrlsUpError};pubusetypes::{UrlLocation, UrlLocationBuilder, UrlLocationError};