athena_rs 3.4.7

Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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.

mod tracing;

pub use tracing::{env_opt_in, subscriber_layer, trace_targets_filter};