pub fn peek_hex(data: &[u8]) -> String
Re-export to avoid having to also add this crate to other consumers. A helper function that shows only up to the first 8 bytes of an u8 slice in xxd format.