Expand description
Core primitives for compile-time safe telemetry formatting.
Modules§
- prelude
- Re-exports the small surface most applications need at call sites.
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.