Decision Workspace
ts_bitset vs ts_dynbitset vs rbitset
Side-by-side comparison of Rust crates
65
ts_bitset
experimentalv0.3.3
compact, efficient, non-allocating bitset
62
ts_dynbitset
experimentalv0.3.3
dynamically-growable bitset based on ts_bitset
48
rbitset
growingv1.0.0
A bit set, being able to hold a fixed amount of booleans in an array of integers
Core Metrics
| ts_bitset | ts_dynbitset | rbitset | |
|---|---|---|---|
| Health Score | 65 | 62 | 48 |
| Total Downloads | 13.3K | 13.2K | 12.2K |
| 30d Downloads | 10.0K | 10.0K | 0 |
| Dependents | 20 | 8 | 0 |
| Releases | 5 | 5 | 11 |
| Last Updated | 5d ago | 5d ago | 204d ago |
| Age | 4m | 4m | 4y 2m |
Health Breakdown
ts_bitset
Maintenance
18
Quality
15
Community
15
Popularity
5
Documentation
12
ts_dynbitset
Maintenance
18
Quality
14
Community
13
Popularity
5
Documentation
12
rbitset
Maintenance
8
Quality
19
Community
6
Popularity
5
Documentation
10
Technical Details
| ts_bitset | ts_dynbitset | rbitset | |
|---|---|---|---|
| Version | 0.3.3 | 0.3.3 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | BSD-3-Clause | BSD-3-Clause | MIT |
| Dependencies | 4 | 3 | 2 |
| Crate Size | 16KB | 10KB | 21KB |
| Features | 2 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.91.0 | 1.91.0 | — |
| Owners | 3 (team) | 3 (team) | 1 |
Links
Quick Verdict
- •ts_bitset leads with a health score of 65/100, but none of the options score above 80.
- •ts_bitset, ts_dynbitset are pre-1.0 — API may change.