[][src]Module cast_rs::hexcast

Enums

FromHexError

The error type for decoding a hex string into Vec<u8> or [u8; N].

Traits

FromHex

Types that can be decoded from a hex string.

ToHex

Encoding values as hex string.

Functions

decode

Decodes a hex string into raw bytes.

encode

Encodes data as hex string using lowercase characters.

encode_upper

Encodes data as hex string using uppercase characters.