1 2 3 4 5 6 7 8
pub mod delay_layer; pub mod delay_server; pub mod server; // TODO: remove once done converting to new support server? #[allow(unused)] pub static DEFAULT_USER_AGENT: &str = concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));