Decision Workspace
mini_executor vs executor-core vs dagrs-derive
Side-by-side comparison of Rust crates
46
mini_executor
growingv2.0.3
The smallest, simplest Rust task executor using Tokio runtime
59
executor-core
experimentalv0.7.1
A zero-cost task executor abstraction layer for Rust async runtimes
57
dagrs-derive
growingv0.5.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
| mini_executor | executor-core | dagrs-derive | |
|---|---|---|---|
| Health Score | 46 | 59 | 57 |
| Total Downloads | 2.0K | 9.2K | 42.6K |
| 30d Downloads | 0 | 0 | 1.3K |
| Dependents | 0 | 45 | 9 |
| Releases | 4 | 10 | 3 |
| Last Updated | 271d ago | 168d ago | 49d ago |
| Age | 10m | 11m | 1y 5m |
Health Breakdown
mini_executor
Maintenance
9
Quality
17
Community
6
Popularity
4
Documentation
10
executor-core
Maintenance
12
Quality
16
Community
11
Popularity
5
Documentation
15
dagrs-derive
Maintenance
14
Quality
17
Community
10
Popularity
6
Documentation
10
Technical Details
| mini_executor | executor-core | dagrs-derive | |
|---|---|---|---|
| Version | 2.0.3 | 0.7.1 | 0.5.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 7 | 3 |
| Crate Size | 20KB | 20KB | 10KB |
| Features | 0 | 7 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.85.1 | — |
| Owners | 1 | 1 | 3 |
Links
Quick Verdict
- •executor-core leads with a health score of 59/100, but none of the options score above 80.
- •dagrs-derive has the most downloads (42.6K), suggesting wider adoption.
- •executor-core, dagrs-derive are pre-1.0 — API may change.