Skip to main content

bytes_to_hex

Function bytes_to_hex 

Source
pub fn bytes_to_hex(bytes: &[u8]) -> String
Expand description

Convert raw bytes [0xab, 0xcd] to "0xabcd".