Decision Workspace
native-executor vs dyad vs scoped_spawn
Side-by-side comparison of Rust crates
45
native-executor
experimentalv0.7.0
Platform-native async task executor
40
dyad
experimentalv0.0.1
A lightweight asynchronous task executor with TaskGroup as core abstraction for task management.
38
scoped_spawn
growingv0.2.1
Full structured concurrency for asynchronous programming.
Core Metrics
| native-executor | dyad | scoped_spawn | |
|---|---|---|---|
| Health Score | 45 | 40 | 38 |
| Total Downloads | 4.1K | 16 | 7.2K |
| 30d Downloads | 148 | 3 | 6 |
| Dependents | 6 | 0 | 0 |
| Releases | 11 | 1 | 4 |
| Last Updated | 112d ago | 69d ago | 2103d ago |
| Age | 6m | 2m | 6y 1m |
Health Breakdown
native-executor
Maintenance
13
Quality
10
Community
8
Popularity
4
Documentation
10
dyad
Maintenance
9
Quality
14
Community
6
Popularity
1
Documentation
10
scoped_spawn
Maintenance
3
Quality
15
Community
6
Popularity
5
Documentation
9
Technical Details
| native-executor | dyad | scoped_spawn | |
|---|---|---|---|
| Version | 0.7.0 | 0.0.1 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 19 | 2 | 2 |
| Crate Size | 25KB | 10KB | 9KB |
| Features | 2 | 0 | 0 |
| Yanked % | 9.1% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •native-executor leads with a health score of 45/100, but none of the options score above 80.
- •scoped_spawn has the most downloads (7.2K), suggesting wider adoption.
- •⚠ scoped_spawn has not been updated in over a year.