Skip to main content

Module upper

Module upper 

Source
Expand description

Function for decoding and encoding upper Base16 (hex)

Functionsยง

decode
Decode an upper Base16 (hex) string into the provided destination buffer.
decode_vecalloc
Decode an upper Base16 (hex) string into a byte vector.
encode
Encode the input byte slice as upper Base16.
encode_str
Encode input byte slice into a &str containing upper Base16 (hex).
encode_stringalloc
Encode input byte slice into a String containing upper Base16 (hex).