1 2 3 4 5 6
pub const LISTENER_DEFAULT_IP_ADDRESS: &str = "127.0.0.1"; pub const LISTENER_DEFAULT_PORT: u16 = 3001; pub const SERVICE_DEFAULT_FALLBACK_RESPOND_DIR: &str = "."; pub const PRINT_DELIMITER: &str = "------------------------------------";