Skip to main content

HexDebug

Derive Macro HexDebug 

Source
#[derive(HexDebug)]
Expand description

Derives hexadecimal formatting and renders the serialized value for Debug.

ยงSecurity

Do not derive HexDebug for types containing secrets or other confidential material. It exposes the complete serialized representation through both hexadecimal and ordinary debug formatting.