Rust crate `bitflagset` — type-safe bitsets with multiple storage backends.
## Build & Test
```sh
cargo build
cargo test
cargo test --all-features
cargo clippy
```
## Code Style
- Follow existing patterns in the codebase.
- Minimal comments — only where logic is non-obvious.
- No unnecessary abstractions.