1// tracing.rs 2 3//! Utilities related to the `tracing` crate. 4 5#[cfg(feature = "tracing_config")] 6pub mod config; 7 8// EOF