Function pretty_hex::pretty_hex_write [] [src]

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

Write multi-line dump complete with addressing, hex digits, and ASCII representation to the writer.