Decision Workspace
mini_executor vs executor-core vs dagrs
Side-by-side comparison of Rust crates
47
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
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
| mini_executor | executor-core | dagrs | |
|---|---|---|---|
| Health Score | 47 | 59 | 56 |
| Total Downloads | 2.0K | 7.7K | 45.3K |
| 30d Downloads | 84 | 714 | 4.3K |
| Dependents | 0 | 38 | 22 |
| Releases | 4 | 10 | 10 |
| Last Updated | 211d ago | 108d ago | 5d ago |
| Age | 8m | 9m | 2y 9m |
Health Breakdown
mini_executor
Maintenance
10
Quality
17
Community
6
Popularity
4
Documentation
10
executor-core
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
dagrs
Maintenance
18
Quality
11
Community
11
Popularity
6
Documentation
10
Technical Details
| mini_executor | executor-core | dagrs | |
|---|---|---|---|
| Version | 2.0.3 | 0.7.1 | 0.8.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 7 | 9 |
| Crate Size | 20KB | 20KB | 73KB |
| Features | 0 | 7 | 2 |
| Yanked % | 0.0% | 0.0% | 10.0% |
| Edition | 2024 | 2024 | 2024 |
| 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 has the most downloads (45.3K), suggesting wider adoption.
- •executor-core, dagrs are pre-1.0 — API may change.