1 2 3 4 5 6 7 8 9
pub mod delay_server; pub mod error; pub mod layer; 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"));