Macro dbg_bytes

Source
macro_rules! dbg_bytes {
    ($slice:expr $(,)? ) => { ... };
}
Expand description

std::dbg equivalent for &[u8] which uses [format_bytes] to display the byte slice