//! Tokio console feature helpers.
//!
//! # Structure
//! - `mod.rs` - Feature-specific tracing helpers used by the binary
//!
//! # Usage
//! `src/main.rs` delegates tokio-console-specific tracing wiring to this module
//! so the feature can eventually own its full startup integration.
pub use ;