Decision Workspace
cj_bitmask_vec vs bva vs bitflags
Side-by-side comparison of Rust crates
48
cj_bitmask_vec
growingv1.2.0
BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported.
46
bva
growingv0.4.1
bva is a rust crate for manipulating and doing arithmetics on bit vectors of fixed but arbitrary size.
73
bitflags
stablev2.11.0
A macro to generate structures which behave like bitflags.
Core Metrics
| cj_bitmask_vec | bva | bitflags | |
|---|---|---|---|
| Health Score | 48 | 46 | 73 |
| Total Downloads | 10.2K | 12.3K | 1.1B |
| 30d Downloads | 14 | 1.1K | 79.5M |
| Dependents | 0 | 0 | 59.8K |
| Releases | 10 | 6 | 58 |
| Last Updated | 237d ago | 440d ago | 42d ago |
| Age | 3y 6m | 5y 3m | 11y 2m |
Health Breakdown
cj_bitmask_vec
Maintenance
7
Quality
20
Community
6
Popularity
5
Documentation
10
bva
Maintenance
5
Quality
15
Community
6
Popularity
5
Documentation
15
bitflags
Maintenance
15
Quality
16
Community
19
Popularity
8
Documentation
15
Technical Details
| cj_bitmask_vec | bva | bitflags | |
|---|---|---|---|
| Version | 1.2.0 | 0.4.1 | 2.11.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 11 |
| Crate Size | 26KB | 44KB | 49KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 10.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.61 | 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.
- •⚠ bva has not been updated in over a year.
- •bva is pre-1.0 — API may change.