dbg_byte

Macro dbg_byte 

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

std::dbg equivalent for u8 which uses format_byte to display the byte