Function pretty_hex::simple_hex_write
source · pub fn simple_hex_write<T, W>(writer: &mut W, source: &T) -> ResultExpand description
Dump source as hex octets in default format without header and ASCII column to the writer.
pub fn simple_hex_write<T, W>(writer: &mut W, source: &T) -> ResultDump source as hex octets in default format without header and ASCII column to the writer.