Skip to main content

hex_dump

Function hex_dump 

Source
pub fn hex_dump(data: &[u8], config: &HexDumpConfig) -> String
Expand description

Generate hex dump of byte slice.

Returns multi-line string with hex values and optional ASCII sidebar.