Decision Workspace
async-result vs promising-future vs thunks
Side-by-side comparison of Rust crates
35
async-result
growingv0.1.0
A simple wrapper providing a convenient way to await a result, built on futures-channel's oneshot channel.
43
promising-future
growingv0.2.4
Implementation of Promise/Future pairs.
43
thunks
growingv0.1.0
Asynchronous composer for Rust.
Core Metrics
| async-result | promising-future | thunks | |
|---|---|---|---|
| Health Score | 35 | 43 | 43 |
| Total Downloads | 2.3K | 170.6K | 7.4K |
| 30d Downloads | 99 | 40.7K | 6 |
| Dependents | 0 | 7 | 0 |
| Releases | 1 | 13 | 4 |
| Last Updated | 665d ago | 3593d ago | 3568d ago |
| Age | 1y 10m | 10y 6m | 9y 9m |
Health Breakdown
async-result
Maintenance
1
Quality
15
Community
5
Popularity
4
Documentation
10
promising-future
Maintenance
4
Quality
17
Community
5
Popularity
6
Documentation
11
thunks
Maintenance
8
Quality
16
Community
3
Popularity
5
Documentation
11
Technical Details
| async-result | promising-future | thunks | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.4 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 2KB | 13KB | 7KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | — | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •promising-future leads with a health score of 43/100, but none of the options score above 80.
- •⚠ async-result, promising-future, thunks have not been updated in over a year.