bitable 0.1.0

An all-const, compile-time checked, safe bit handling library with zero runtime overhead
Documentation
1
2
3
4
5
6
7
8
9
mod common;
mod flag;
mod field;
mod mask;
mod set;

pub use flag::*;
pub use field::*;
pub use mask::*;