Decision Workspace
deferred-future vs async-global-executor vs async-std
Side-by-side comparison of Rust crates
42
deferred-future
growingv0.1.5
模仿 jQuery.Deferred(),允许从 Future 实现类实例的外部对正在 pending 的 Future 对象进行 resolve 或 reject 处理。
69
async-global-executor
growingv3.1.0
A global executor built on top of async-executor and async-io
66
async-std
growingv1.13.2
Deprecated in favor of `smol` - Async version of the Rust standard library
Core Metrics
| deferred-future | async-global-executor | async-std | |
|---|---|---|---|
| Health Score | 42 | 69 | 66 |
| Total Downloads | 7.1K | 78.1M | 74.9M |
| 30d Downloads | 81 | 3.9M | 3.2M |
| Dependents | 5 | 847 | 24.2K |
| Releases | 4 | 36 | 38 |
| Last Updated | 853d ago | 394d ago | 225d ago |
| Age | 2y 5m | 5y 7m | 6y 10m |
Health Breakdown
deferred-future
Maintenance
4
Quality
16
Community
7
Popularity
5
Documentation
10
async-global-executor
Maintenance
8
Quality
19
Community
19
Popularity
8
Documentation
15
async-std
Maintenance
9
Quality
19
Community
19
Popularity
8
Documentation
11
Technical Details
| deferred-future | async-global-executor | async-std | |
|---|---|---|---|
| Version | 0.1.5 | 3.1.0 | 1.13.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 6 | 8 | 28 |
| Crate Size | 15KB | 15KB | 220KB |
| Features | 4 | 3 | 10 |
| Yanked % | 0.0% | 2.8% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.80 | 1.63 |
| Owners | 1 | 4 (team) | 5 |
Links
Quick Verdict
- •async-global-executor leads with a health score of 69/100, but none of the options score above 80.
- •async-std is depended on by 24.2K crates — strongest ecosystem trust.
- •⚠ deferred-future, async-global-executor have not been updated in over a year.
- •deferred-future is pre-1.0 — API may change.