1 2 3 4 5 6
//! Crate for handling the admin and metric HTTP APIs #[macro_use] extern crate tracing; pub mod metrics; pub mod tracing_setup;