bit-string 0.4.0

A compact owned bit string type with editing, matching, and bitwise operations.
Documentation
1
2
3
4
5
pub(crate) mod bits_arith;
pub(crate) mod bits_edit;

pub(crate) use bits_arith::*;
pub(crate) use bits_edit::*;