macro_rules! dbg_byte {
($byte:expr $(,)? ) => { ... };
}Expand description
std::dbg equivalent for u8 which uses format_byte to display the byte
macro_rules! dbg_byte {
($byte:expr $(,)? ) => { ... };
}std::dbg equivalent for u8 which uses format_byte to display the byte