Module sp_core::hexdisplay

source ·
Expand description

Wrapper type for byte collections that outputs hex.

Structs

  • Simple wrapper to display hex representation of bytes.

Traits

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

Functions

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