Module hexdisplay

Source
Expand description

Wrapper type for byte collections that outputs hex.

Structs§

HexDisplay
Simple wrapper to display hex representation of bytes.

Traits§

AsBytesRef
Simple trait to transform various types to &[u8]

Functions§

ascii_format
Format into ASCII + # + hex, suitable for storage key preimages.