widebits 0.0.1

An experimental bit sequence library with bitwise operations and SIMD acceleration.
Documentation
1
2
3
4
5
mod layout_helper;
mod macro_bits;

pub(crate) use layout_helper::WBLH;
pub use macro_bits::WideBits;