rama 0.4.0

modular service framework
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tracing re-exports and subscriber utilities.

#[doc(inline)]
pub use ::rama_core::telemetry::tracing::*;

pub use ::tracing_subscriber as subscriber;

#[cfg(any(target_vendor = "apple", docsrs))]
#[cfg_attr(docsrs, doc(cfg(target_vendor = "apple")))]
pub mod apple;