Skip to main content

Module hex

Module hex 

Source
Expand description

Lowercase hexadecimal primitives shared by durable codecs.

Enums§

HexDecodeError
Describes why bytes cannot be decoded from the durable lowercase hexadecimal form.

Functions§

hex_decode_bytes
Decodes lowercase hex. Errors carry no input bytes; callers name the field they were decoding.
hex_encode_bytes
Encodes bytes using the lowercase hexadecimal alphabet expected by durable codecs.