# bitset-rust
Rust crate `bitflagset` — type-safe bitsets with multiple storage backends.
## Build & Test
```sh
cargo build
cargo test
cargo test --all-features
cargo clippy
```
## Language
- English-first project: all code, comments, and documentation must be in English.
## Code Style
- Follow existing patterns in the codebase.
- Minimal comments — only where logic is non-obvious.
- No unnecessary abstractions.