simple_hex_write

Function simple_hex_write 

Source
pub fn simple_hex_write<T, W>(writer: &mut W, source: &T) -> Result
where T: AsRef<[u8]> + ?Sized, W: Write,
Expand description

Dump source as hex octets in default format wihtout header and ASCII column to the writer.