Function pretty_hex::pretty_hex [−][src]
pub fn pretty_hex<T: AsRef<[u8]>>(source: &T) -> String
Return a multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation.
pub fn pretty_hex<T: AsRef<[u8]>>(source: &T) -> String
Return a multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation.