1
2
3
4
5
6
7
8
//! ## OpenTelemetry Experimental API: What applications use and SDKs implement.

pub mod context;

#[cfg(feature = "base64_format")]
pub use context::propagation::base64_format::Base64Format;
#[cfg(feature = "binary_propagator")]
pub use context::propagation::binary_propagator::BinaryFormat;