Function get_hex_repr

Source
pub fn get_hex_repr(data: &[u8]) -> String
Expand description

Returns the hexadecimal representation of bytes. E.g., 65535 -> 0xFF 0xFF