Function pretty_hex::pretty_hex
source · pub fn pretty_hex<T: AsRef<[u8]>>(source: &T) -> String
Expand description
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.