Decision Workspace
bitmask-enum vs bitflags vs option_set
Side-by-side comparison of Rust crates
62
bitmask-enum
growingv2.2.5
A bitmask enum attribute macro
73
bitflags
stablev2.11.0
A macro to generate structures which behave like bitflags.
55
option_set
growingv0.4.0
Bitflags on steroids
Core Metrics
| bitmask-enum | bitflags | option_set | |
|---|---|---|---|
| Health Score | 62 | 73 | 55 |
| Total Downloads | 3.2M | 1.1B | 4.3M |
| 30d Downloads | 213.4K | 79.5M | 374.3K |
| Dependents | 1.2K | 59.8K | 24 |
| Releases | 16 | 58 | 8 |
| Last Updated | 521d ago | 42d ago | 179d ago |
| Age | 5y | 11y 2m | 8y |
Health Breakdown
bitmask-enum
Maintenance
8
Quality
20
Community
13
Popularity
8
Documentation
13
bitflags
Maintenance
15
Quality
16
Community
19
Popularity
8
Documentation
15
option_set
Maintenance
10
Quality
14
Community
10
Popularity
8
Documentation
13
Technical Details
| bitmask-enum | bitflags | option_set | |
|---|---|---|---|
| Version | 2.2.5 | 2.11.0 | 0.4.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 11 | 6 |
| Crate Size | 12KB | 49KB | 6KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 10.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.56.0 | — |
| Owners | 1 | 2 (team) | 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.