pub fn hex_encode(value: &str) -> String
Encodes a string value into a hexadecimal representation.
value
A string representing the hexadecimal encoding of the input.