1 2 3 4 5 6
use splitbits::*; fn main() { let a: u8 = 0b1010_0101; combinebits!(overflow=explode, "aaaa aaaa"); }