bit_seq 0.2.1

A procedural macro for creating bit sequences.
Documentation
1
2
3
4
5
error: expected bit sequence but got integer instead.
 --> tests/build_fail/bseq_fail_bits_binary_syn.rs:3:19
  |
3 | fn main() { bseq!(0b101) }
  |                   ^^^^^