Function pretty_hex::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.