Decision Workspace
task-local vs async-std vs dagrs
Side-by-side comparison of Rust crates
60
task-local
growingv0.1.1
Task-local storage for asynchronous tasks
66
async-std
growingv1.13.2
Deprecated in favor of `smol` - Async version of the Rust standard library
56
dagrs
growingv0.8.0
Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface.
Core Metrics
| task-local | async-std | dagrs | |
|---|---|---|---|
| Health Score | 60 | 66 | 56 |
| Total Downloads | 127.3K | 74.9M | 45.3K |
| 30d Downloads | 14.9K | 3.3M | 4.3K |
| Dependents | 14 | 24.2K | 22 |
| Releases | 2 | 38 | 10 |
| Last Updated | 1d ago | 225d ago | 5d ago |
| Age | 1y | 6y 10m | 2y 9m |
Health Breakdown
task-local
Maintenance
17
Quality
15
Community
9
Popularity
6
Documentation
13
async-std
Maintenance
9
Quality
19
Community
19
Popularity
8
Documentation
11
dagrs
Maintenance
18
Quality
11
Community
11
Popularity
6
Documentation
10
Technical Details
| task-local | async-std | dagrs | |
|---|---|---|---|
| Version | 0.1.1 | 1.13.2 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 28 | 9 |
| Crate Size | 11KB | 220KB | 73KB |
| Features | 0 | 10 | 2 |
| Yanked % | 0.0% | 0.0% | 10.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | 1.63 | — |
| Owners | 1 | 5 | 3 |
Links
Quick Verdict
- •async-std leads with a health score of 66/100, but none of the options score above 80.
- •async-std is depended on by 24.2K crates — strongest ecosystem trust.
- •task-local, dagrs are pre-1.0 — API may change.