Decision Workspace
ts_dynbitset vs ts_bitset vs enumset
Side-by-side comparison of Rust crates
62
ts_dynbitset
experimentalv0.3.3
dynamically-growable bitset based on ts_bitset
65
ts_bitset
experimentalv0.3.3
compact, efficient, non-allocating bitset
76
enumset
stablev1.1.13
A library for creating compact sets of enums.
Core Metrics
| ts_dynbitset | ts_bitset | enumset | |
|---|---|---|---|
| Health Score | 62 | 65 | 76 |
| Total Downloads | 13.2K | 13.3K | 32.5M |
| 30d Downloads | 10.0K | 10.0K | 2.8M |
| Dependents | 8 | 20 | 2.8K |
| Releases | 5 | 5 | 59 |
| Last Updated | 5d ago | 5d ago | 7d ago |
| Age | 4m | 4m | 8y 7m |
Health Breakdown
ts_dynbitset
Maintenance
18
Quality
14
Community
13
Popularity
5
Documentation
12
ts_bitset
Maintenance
18
Quality
15
Community
15
Popularity
5
Documentation
12
enumset
Maintenance
19
Quality
18
Community
16
Popularity
8
Documentation
15
Technical Details
| ts_dynbitset | ts_bitset | enumset | |
|---|---|---|---|
| Version | 0.3.3 | 0.3.3 | 1.1.13 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | BSD-3-Clause | BSD-3-Clause | MIT/Apache-2.0 |
| Dependencies | 3 | 4 | 3 |
| Crate Size | 10KB | 16KB | 26KB |
| Features | 0 | 2 | 4 |
| Yanked % | 0.0% | 0.0% | 13.6% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.91.0 | 1.91.0 | 1.71 |
| Owners | 3 (team) | 3 (team) | 2 |
Links
Quick Verdict
- •enumset leads with a health score of 76/100, but none of the options score above 80.
- •enumset is depended on by 2.8K crates — strongest ecosystem trust.
- •ts_dynbitset, ts_bitset are pre-1.0 — API may change.