Expand description
Wrapper type for byte collections that outputs hex.
Structs§
- HexDisplay
- Simple wrapper to display hex representation of bytes.
Traits§
- AsBytes
Ref - Simple trait to transform various types to
&[u8]
Functions§
- ascii_
format - Format into ASCII + # + hex, suitable for storage key preimages.