pretty_hex

Function hex_write

Source
pub fn hex_write<T, W>(writer: &mut W, source: &T, cfg: HexConfig) -> Result
where T: AsRef<[u8]> + ?Sized, W: Write,
Expand description

Write hex dump in specified format.