pub fn many_bytes_string(bytes: &[u8]) -> String
Expand description

Helpful pattern for debug formatting many bytes. If the size is > 32 bytes, only the first 8 and last 8 bytes will be displayed.