pub fn hex_dump(data: &[u8], config: &HexDumpConfig) -> StringExpand description
Generate hex dump of byte slice.
Returns multi-line string with hex values and optional ASCII sidebar.
pub fn hex_dump(data: &[u8], config: &HexDumpConfig) -> StringGenerate hex dump of byte slice.
Returns multi-line string with hex values and optional ASCII sidebar.