//! Span decoding adapters and shared resolution machinery.
//!
//! Modern and legacy wire formats normalize into the same exact-key interval
//! pairer and [`span_builder::SpanCandidate`] finalizer. Format-specific modules
//! supply evidence; accounting and output construction live once.
pub
pub
pub
// Keep child adapters focused on span semantics while exposing only decode-
// internal dependencies through this namespace.
pub use clock;
pub use ;
pub use polls;
pub use ResolvedSpan;