Decision Workspace
thid vs dropping-thread-local vs nolocal-block-on
Side-by-side comparison of Rust crates
54
thid
experimentalv0.0.3
No-std, no-alloc thread IDs and thread-locals.
50
dropping-thread-local
experimentalv0.1.5
A dynamically allocated ThreadLocal that ensures destructors are run on thread exit
48
nolocal-block-on
growingv1.0.1
futures_lite::future::block_on that can run without using thread-locals
Core Metrics
| thid | dropping-thread-local | nolocal-block-on | |
|---|---|---|---|
| Health Score | 54 | 50 | 48 |
| Total Downloads | 1.3K | 2.2K | 2.5K |
| 30d Downloads | 128 | 9 | 21 |
| Dependents | 10 | 0 | 3 |
| Releases | 3 | 7 | 2 |
| Last Updated | 125d ago | 73d ago | 599d ago |
| Age | 6m | 8m | 1y 7m |
Health Breakdown
thid
Maintenance
13
Quality
16
Community
8
Popularity
4
Documentation
13
dropping-thread-local
Maintenance
15
Quality
13
Community
6
Popularity
4
Documentation
12
nolocal-block-on
Maintenance
5
Quality
18
Community
8
Popularity
4
Documentation
13
Technical Details
| thid | dropping-thread-local | nolocal-block-on | |
|---|---|---|---|
| Version | 0.0.3 | 0.1.5 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 OR MIT | MPL-2.0 |
| Dependencies | 2 | 8 | 5 |
| Crate Size | 10KB | 22KB | 9KB |
| Features | 3 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •thid leads with a health score of 54/100, but none of the options score above 80.
- •nolocal-block-on has the most downloads (2.5K), suggesting wider adoption.
- •⚠ nolocal-block-on has not been updated in over a year.
- •thid, dropping-thread-local are pre-1.0 — API may change.