Decision Workspace
neobit vs bitmask-enum vs bitflags
Side-by-side comparison of Rust crates
51
neobit
experimentalv1.0.4
Zero-dependency, lightweight bitflags with readable debug output
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.
Core Metrics
| neobit | bitmask-enum | bitflags | |
|---|---|---|---|
| Health Score | 51 | 62 | 73 |
| Total Downloads | 114 | 3.2M | 1.1B |
| 30d Downloads | 9 | 204.7K | 76.7M |
| Dependents | 0 | 1.2K | 59.8K |
| Releases | 7 | 16 | 58 |
| Last Updated | 80d ago | 521d ago | 42d ago |
| Age | 2m | 5y | 11y 2m |
Health Breakdown
neobit
Maintenance
9
Quality
19
Community
6
Popularity
2
Documentation
15
bitmask-enum
Maintenance
8
Quality
20
Community
13
Popularity
8
Documentation
13
bitflags
Maintenance
15
Quality
16
Community
19
Popularity
8
Documentation
15
Technical Details
| neobit | bitmask-enum | bitflags | |
|---|---|---|---|
| Version | 1.0.4 | 2.2.5 | 2.11.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 11 |
| Crate Size | 33KB | 12KB | 49KB |
| Features | 1 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 10.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | — | 1.56.0 |
| Owners | 1 | 1 | 2 (team) |
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.