encode_hex

Function encode_hex 

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

Encodes a byte array into a hex-encoded string.

ยงPanics

Panics if the call to write! returns an error.