tracing_dynamic 0.3.1

Utilities for working with Tokio Tracing, with dynamic fields for events and spans
Documentation
1
2
3
4
5
6
mod event_factory;
mod factory;
mod span_factory;

pub use event_factory::EventFactory;
pub use span_factory::SpanFactory;