Decision Workspace
const_sized_bit_set vs fixedbitset vs rbitset
Side-by-side comparison of Rust crates
49
const_sized_bit_set
growingv0.5.0
Bitsets of all sizes an extensive array of associated functions.
59
fixedbitset
growingv0.5.7
FixedBitSet is a simple bitset collection
48
rbitset
growingv1.0.0
A bit set, being able to hold a fixed amount of booleans in an array of integers
Core Metrics
| const_sized_bit_set | fixedbitset | rbitset | |
|---|---|---|---|
| Health Score | 49 | 59 | 48 |
| Total Downloads | 4.4K | 310.7M | 12.1K |
| 30d Downloads | 145 | 24.7M | 67 |
| Dependents | 0 | 2.0K | 0 |
| Releases | 5 | 30 | 11 |
| Last Updated | 86d ago | 712d ago | 145d ago |
| Age | 2y | 10y 12m | 4y |
Health Breakdown
const_sized_bit_set
Maintenance
12
Quality
16
Community
2
Popularity
4
Documentation
15
fixedbitset
Maintenance
4
Quality
13
Community
19
Popularity
8
Documentation
15
rbitset
Maintenance
9
Quality
18
Community
6
Popularity
5
Documentation
10
Technical Details
| const_sized_bit_set | fixedbitset | rbitset | |
|---|---|---|---|
| Version | 0.5.0 | 0.5.7 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 7 | 2 | 2 |
| Crate Size | 51KB | 27KB | 21KB |
| Features | 2 | 2 | 1 |
| Yanked % | 0.0% | 10.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.92 | 1.56 | — |
| Owners | 1 | 4 (team) | 1 |
Links
Quick Verdict
- •fixedbitset leads with a health score of 59/100, but none of the options score above 80.
- •fixedbitset is depended on by 2.0K crates — strongest ecosystem trust.
- •⚠ fixedbitset has not been updated in over a year.
- •const_sized_bit_set, fixedbitset are pre-1.0 — API may change.