1 2 3 4 5
//! Constants used throughout the application //! //! This module re-exports constants from the config module. pub use crate::config::constants::*;