//! W3C Trace Context propagation. Spec 20 § 2.6 / spec 40 § 1.
//!
//! Thin re-export of [`obs_core::propagator`]. Spec 93 P1-5 moved the
//! single source of truth for the W3C parser into `obs-core` so that
//! every middleware, sink, and example consumes the same code path.
pub use ;
// re-exported for downstream consumers
pub use ;