Skip to main content

Module hex

Module hex 

Source
Expand description

Simple hex encoding/decoding implementation

Structs§

DisplayHex
Zero-allocation hex display wrapper.

Enums§

DecodeError

Functions§

decode
Decode hex string to bytes
display
Returns a Display wrapper that writes hex without heap allocation.
encode
Encode bytes to hex string