Skip to main content

hex_chunks

Function hex_chunks 

Source
pub(crate) fn hex_chunks(bytes: &[u8], per_line: usize) -> Vec<String>
Expand description

Split bytes into groups of at most per_line bytes and format each as a space-separated hex string.