Function nu_pretty_hex::pretty_hex_write[][src]

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

Write multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation to the writer.