//! # Bitable
//!
//! An all-`const`, type-safe, compile-time checked `no_std` library for handling bits with zero runtime overhead.
//! Priority target: embedded code on 32-bit platforms like the ESP32 family.
// no_std, unless we're running tests
// Unstable compiler features required
/// Bit mangling core module.
/// Syntaxic sugar macros.
/// Testing