Decision Workspace
clockworker vs executor-core vs rustbridge-runtime
Side-by-side comparison of Rust crates
41
clockworker
experimentalv0.2.6
A single-threaded async executor with EEVDF-based fair scheduling and pluggable task schedulers
59
executor-core
experimentalv0.7.1
A zero-cost task executor abstraction layer for Rust async runtimes
51
rustbridge-runtime
experimentalv1.0.1
Tokio async runtime integration for rustbridge
Core Metrics
| clockworker | executor-core | rustbridge-runtime | |
|---|---|---|---|
| Health Score | 41 | 59 | 51 |
| Total Downloads | 140 | 7.7K | 302 |
| 30d Downloads | 11 | 714 | 92 |
| Dependents | 0 | 38 | 13 |
| Releases | 9 | 10 | 13 |
| Last Updated | 49d ago | 108d ago | 20d ago |
| Age | 2m | 9m | 1m |
Health Breakdown
clockworker
Maintenance
10
Quality
12
Community
6
Popularity
3
Documentation
10
executor-core
Maintenance
13
Quality
16
Community
10
Popularity
5
Documentation
15
rustbridge-runtime
Maintenance
12
Quality
15
Community
9
Popularity
3
Documentation
12
Technical Details
| clockworker | executor-core | rustbridge-runtime | |
|---|---|---|---|
| Version | 0.2.6 | 0.7.1 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 12 | 7 | 6 |
| Crate Size | 63KB | 20KB | 13KB |
| Features | 0 | 7 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85.1 | 1.90 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •executor-core leads with a health score of 59/100, but none of the options score above 80.
- •clockworker, executor-core are pre-1.0 — API may change.