Macro dbg_bytes_str

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

std::dbg equivalent for &[u8] which uses [format_bytes] to display the byte slice in base 16 and string