[][src]Module bintext::hex

Hex encoding and decoding

Enums

DecodeError

Functions

decode

Decodes an hex string with all error messages, useful when dealing with recoverable code logic or when a error message is required to facilitate user action.

decode_aligned

Decodes a hex str starting from offset with a given alignment.

decode_noalloc

Decodes an hex string without allocating any memory

decode_noerr

Fast hex string decode. No error description is provided

encode