Crate byteutils

Source

Modules§

string
vec

Functions§

bytes_to_hex
Converts a byte slice to its hexadecimal string representation.
bytes_to_string
Converts a byte slice to a UTF-8 string.
hex_to_bytes
Converts a hexadecimal string to its byte representation.
hex_to_string
Converts a hexadecimal string to a UTF-8 string.
string_to_bytes
Converts a string to its byte representation.
string_to_hex
Converts a string to its hexadecimal representation.