Function hex_encode
Source pub fn hex_encode(value: &str) -> String
Expand description
Encodes a string value into a hexadecimal representation.
§Arguments
value
- The string value to be encoded.
§Returns
A string representing the hexadecimal encoding of the input.