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