Macro format_byte

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

colorfully formats a u8 as hex => binary => decimal (=> char (if ascii))