Function nu_pretty_hex::hex_write

source ·
pub fn hex_write<T, W>(
    writer: &mut W,
    source: &T,
    cfg: HexConfig,
    with_color: Option<bool>
) -> Result
where T: AsRef<[u8]>, W: Write,
Expand description

Write hex dump in specified format.