Decision Workspace
portable_async_sleep vs async-hybrid-sleep vs timer-kit
Side-by-side comparison of Rust crates
45
portable_async_sleep
experimentalv0.1.1
A portable async sleep function for Rust
46
async-hybrid-sleep
experimentalv0.1.1
Hybrid async sleep combining runtime timers with spin-sleeping for sub-millisecond accuracy
44
timer-kit
growingv0.1.1
A timer toolkit that is generic over the underlying timer implementation.
Core Metrics
| portable_async_sleep | async-hybrid-sleep | timer-kit | |
|---|---|---|---|
| Health Score | 45 | 46 | 44 |
| Total Downloads | 2.5K | 28 | 245.9K |
| 30d Downloads | 354 | 28 | 37.2K |
| Dependents | 7 | 0 | 94 |
| Releases | 2 | 2 | 2 |
| Last Updated | 210d ago | 12d ago | 1150d ago |
| Age | 9m | 13d | 3y 1m |
Health Breakdown
portable_async_sleep
Maintenance
9
Quality
12
Community
8
Popularity
4
Documentation
12
async-hybrid-sleep
Maintenance
13
Quality
15
Community
6
Popularity
2
Documentation
10
timer-kit
Maintenance
4
Quality
13
Community
8
Popularity
6
Documentation
13
Technical Details
| portable_async_sleep | async-hybrid-sleep | timer-kit | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 10 | 9 | 17 |
| Crate Size | 93KB | 32KB | 28KB |
| Features | 0 | 6 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85.1 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-hybrid-sleep leads with a health score of 46/100, but none of the options score above 80.
- •timer-kit has the most downloads (245.9K), suggesting wider adoption.
- •⚠ timer-kit has not been updated in over a year.