Expand description
tracing integration for telemetry-safe.
This crate is intentionally thin so backend-specific macro work can evolve
without pulling tracing into the core safety model.
Re-exports§
pub use tracing;
Structs§
- Telemetry
Debug - Wraps a value so derive output can feed
debug_*builders without exposingDebug. - Telemetry
Display - Wraps a value so telemetry-safe formatting can be used where
Displayis expected.
Traits§
- ToTelemetry
- Formats a value only through an explicitly approved telemetry representation.
Functions§
- telemetry
- Exposes a telemetry-safe value as
Display. - telemetry_
debug - Exposes a telemetry-safe value as
Debug.