appcore_core/trace.rs
1// =============================================================================
2// #######
3// ### ### F: trace.rs
4// ## ## ## ## P: AppCore-Runtime
5// ## ##
6// C: 2026/07/20 23:03:47 by dnettoRaw
7// ## ## ## ## U: 2026/07/24 16:07:49 by dnettoRaw
8// ########### S: 1.0.1-rc.8
9// =============================================================================
10
11//! Distributed trace context export.
12
13pub use appcore_types::TraceContext;
14
15#[cfg(test)]
16#[path = "trace_tests.rs"]
17mod tests;