[][src]Function pretty_hex::simple_hex_write

pub fn simple_hex_write<T, W>(writer: &mut W, source: &T) -> Result where
    T: AsRef<[u8]>,
    W: Write

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