Decision Workspace
set_timeout vs dev-async vs timer-kit
Side-by-side comparison of Rust crates
39
set_timeout
growingv0.1.4
A crate which allows efficiently executing futures after some delay has passed
60
dev-async
experimentalv0.9.4
Async runtime verification for Rust: timeouts, deadlock detection, task tracking, hung-shutdown probes. The async failure modes that synchronous tests miss. Part of the dev-* verification collection.
45
timer-kit
growingv0.1.1
A timer toolkit that is generic over the underlying timer implementation.
Core Metrics
| set_timeout | dev-async | timer-kit | |
|---|---|---|---|
| Health Score | 39 | 60 | 45 |
| Total Downloads | 6.2K | 96 | 278.5K |
| 30d Downloads | 0 | 0 | 22.4K |
| Dependents | 0 | 11 | 94 |
| Releases | 5 | 6 | 2 |
| Last Updated | 1354d ago | 13d ago | 1209d ago |
| Age | 3y 10m | 18d | 3y 3m |
Health Breakdown
set_timeout
Maintenance
4
Quality
14
Community
6
Popularity
5
Documentation
10
dev-async
Maintenance
18
Quality
16
Community
9
Popularity
2
Documentation
15
timer-kit
Maintenance
4
Quality
13
Community
8
Popularity
7
Documentation
13
Technical Details
| set_timeout | dev-async | timer-kit | |
|---|---|---|---|
| Version | 0.1.4 | 0.9.4 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | GPL-3.0-only | Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 5 | 3 | 17 |
| Crate Size | 11KB | 28KB | 28KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dev-async leads with a health score of 60/100, but none of the options score above 80.
- •timer-kit has the most downloads (278.5K), suggesting wider adoption.
- •⚠ set_timeout, timer-kit have not been updated in over a year.