Skip to main content

Module debug

Module debug 

Source
Expand description

Bounded and redacted debug-formatting utilities.

The wrappers cap debug output from slices and strings before values enter tracing fields. The exported macro reports optional presence without exposing contents.

Structs§

TruncatedSlice
Wraps a slice for length-limited Debug output.
TruncatedStr
Wraps a UTF-8 string for threshold-limited Debug output.

Functions§

slice_truncated
Creates a tracing debug value that truncates a slice.
str_truncated
Creates a tracing debug value that truncates a string.