Function pretty_hex::simple_hex
source · pub fn simple_hex<T: AsRef<[u8]>>(source: &T) -> StringExpand description
Returns a one-line hexdump of source grouped in default format without header
and ASCII column.
pub fn simple_hex<T: AsRef<[u8]>>(source: &T) -> StringReturns a one-line hexdump of source grouped in default format without header
and ASCII column.