Function bytes_to_hex

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

Convert bytes to hex string

§Arguments

  • bytes - The bytes to convert

§Returns

A hex string representation of the bytes