Expand description
Lowercase hexadecimal primitives shared by durable codecs.
Enums§
- HexDecode
Error - 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.