A simple bitmap font generator for creating text art in uppercase letters, designed for ASCII and pixel-style text rendering.
Common bit-oriented operations on primitive integer types with a focus on `no_std` and `const` compatibility. Unlike other crates that provide tooling to create sophisticated high-level types with bitfields, the focus of `bit_ops` is on raw primitive integer types.