Decision Workspace
greenthread-future vs stackfuture vs async-unsync
Side-by-side comparison of Rust crates
38
greenthread-future
growingv0.1.0
Convert closures to futures based on greenthread on bare-metal (no_std + no_alloc).
57
stackfuture
growingv0.3.1
StackFuture is a wrapper around futures that stores the wrapped future in space provided by the caller.
46
async-unsync
growingv0.3.0
asynchronous, unsynchronized (thread-local) channels and semaphores
Core Metrics
| greenthread-future | stackfuture | async-unsync | |
|---|---|---|---|
| Health Score | 38 | 57 | 46 |
| Total Downloads | 1.8K | 2.0M | 109.9K |
| 30d Downloads | 5 | 229.3K | 26.4K |
| Dependents | 0 | 34 | 12 |
| Releases | 1 | 5 | 6 |
| Last Updated | 2245d ago | 128d ago | 745d ago |
| Age | 6y 1m | 3y 7m | 2y 12m |
Health Breakdown
greenthread-future
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
stackfuture
Maintenance
10
Quality
17
Community
12
Popularity
8
Documentation
10
async-unsync
Maintenance
4
Quality
17
Community
9
Popularity
6
Documentation
10
Technical Details
| greenthread-future | stackfuture | async-unsync | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.1 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT/Apache-2.0 |
| Dependencies | 1 | 2 | 2 |
| Crate Size | 10KB | 14KB | 25KB |
| Features | 0 | 2 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •stackfuture leads with a health score of 57/100, but none of the options score above 80.
- •⚠ greenthread-future, async-unsync have not been updated in over a year.