Function pretty_hex::simple_hex_write [] [src]

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

Dump hex octets grouped in 4-byte words to the writer.