Function simple_hex::bytes_to_hex

source ·
pub fn bytes_to_hex(i: &[u8], o: &mut [u8]) -> Result<(), Error>
Expand description

Convert a slice of bytes to a slice of hex characters