bitflagset 0.0.3

Enum and positional typed bitsets with Set API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.