use splitbits::splitbits; fn main() { let input = 5; splitbits!(input, "aaaabbb"); }