bit_seq 0.2.1

A procedural macro for creating bit sequences.
Documentation
1
2
3
4
5
use bit_seq::bseq;

fn main() {
    bseq!(non_exiting:1);
}