Skip to main content

Crate telemetry_safe_core

Crate telemetry_safe_core 

Source
Expand description

Core primitives for compile-time safe telemetry formatting.

Modules§

prelude
Re-exports the small surface most applications need at call sites.

Structs§

TelemetryDebug
Wraps a value so derive output can feed debug_* builders without exposing Debug.
TelemetryDisplay
Wraps a value so telemetry-safe formatting can be used where Display is 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.