Decision Workspace
stuck vs generator vs thread_local
Side-by-side comparison of Rust crates
43
stuck
growingv0.4.1
Multi-threading scheduled task facility building on cooperative stackful coroutine
59
generator
growingv0.8.8
Stackfull Generator Library in Rust
59
thread_local
growingv1.1.9
Per-object thread-local storage
Core Metrics
| stuck | generator | thread_local | |
|---|---|---|---|
| Health Score | 43 | 59 | 59 |
| Total Downloads | 15.2K | 49.5M | 432.2M |
| 30d Downloads | 17 | 3.2M | 31.3M |
| Dependents | 0 | 227 | 2.8K |
| Releases | 13 | 44 | 28 |
| Last Updated | 303d ago | 101d ago | 288d ago |
| Age | 4y | 10y 6m | 9y 11m |
Health Breakdown
stuck
Maintenance
8
Quality
12
Community
5
Popularity
5
Documentation
13
generator
Maintenance
13
Quality
11
Community
12
Popularity
8
Documentation
15
thread_local
Maintenance
6
Quality
18
Community
12
Popularity
8
Documentation
15
Technical Details
| stuck | generator | thread_local | |
|---|---|---|---|
| Version | 0.4.1 | 0.8.8 | 1.1.9 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 20 | 7 | 2 |
| Crate Size | 61KB | 41KB | 19KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 9.1% | 7.1% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.73 | 1.63 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •generator leads with a health score of 59/100, but none of the options score above 80.
- •thread_local has the most downloads (432.2M), suggesting wider adoption.
- •thread_local is depended on by 2.8K crates — strongest ecosystem trust.
- •stuck, generator are pre-1.0 — API may change.