bit-string 0.4.1

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

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