Function pretty_hex::pretty_hex_write
source · pub fn pretty_hex_write<T, W>(writer: &mut W, source: &T) -> Result
Expand description
Write multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation to the writer.