Decision Workspace
bitflags vs bitmask-enum vs option_set
Side-by-side comparison of Rust crates
73
bitflags
stablev2.11.0
A macro to generate structures which behave like bitflags.
62
bitmask-enum
growingv2.2.5
A bitmask enum attribute macro
55
option_set
growingv0.4.0
Bitflags on steroids
Core Metrics
| bitflags | bitmask-enum | option_set | |
|---|---|---|---|
| Health Score | 73 | 62 | 55 |
| Total Downloads | 1.1B | 3.2M | 4.3M |
| 30d Downloads | 79.5M | 213.4K | 374.3K |
| Dependents | 59.8K | 1.2K | 24 |
| Releases | 58 | 16 | 8 |
| Last Updated | 42d ago | 521d ago | 179d ago |
| Age | 11y 2m | 5y | 8y |
Health Breakdown
bitflags
Maintenance
15
Quality
16
Community
19
Popularity
8
Documentation
15
bitmask-enum
Maintenance
8
Quality
20
Community
13
Popularity
8
Documentation
13
option_set
Maintenance
10
Quality
14
Community
10
Popularity
8
Documentation
13
Technical Details
| bitflags | bitmask-enum | option_set | |
|---|---|---|---|
| Version | 2.11.0 | 2.2.5 | 0.4.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 11 | 2 | 6 |
| Crate Size | 49KB | 12KB | 6KB |
| Features | 3 | 0 | 0 |
| Yanked % | 10.3% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56.0 | — | — |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •bitflags leads with a health score of 73/100, but none of the options score above 80.
- •bitflags is depended on by 59.8K crates — strongest ecosystem trust.
- •⚠ bitmask-enum has not been updated in over a year.
- •option_set is pre-1.0 — API may change.