bytes_to_hex

Function 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