Decision Workspace
coolticker vs tokio-osinterval vs tokio-interval-set
Side-by-side comparison of Rust crates
45
coolticker
experimentalv0.1.0
A small ticker abstraction with sync, async (tokio), randomizable, and mockable interval implementations.
51
tokio-osinterval
experimentalv1.0.0
An OS-native-timer-backed alternative to tokio::time::Interval (timerfd / kqueue / CreateThreadpoolTimer).
47
tokio-interval-set
experimentalv0.1.1
Run a closure repeatedly on a fixed time interval using tokio
Core Metrics
| coolticker | tokio-osinterval | tokio-interval-set | |
|---|---|---|---|
| Health Score | 45 | 51 | 47 |
| Total Downloads | 18 | 39 | 37 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 27d ago | 59d ago | 34d ago |
| Age | 27d | 1m | 1m |
Health Breakdown
coolticker
Maintenance
11
Quality
16
Community
6
Popularity
2
Documentation
10
tokio-osinterval
Maintenance
10
Quality
18
Community
6
Popularity
2
Documentation
15
tokio-interval-set
Maintenance
12
Quality
14
Community
6
Popularity
2
Documentation
13
Technical Details
| coolticker | tokio-osinterval | tokio-interval-set | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | BSD-2-Clause | MIT |
| Dependencies | 4 | 6 | 1 |
| Crate Size | 12KB | 29KB | 6KB |
| Features | 5 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | 1.81 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tokio-osinterval leads with a health score of 51/100, but none of the options score above 80.
- •coolticker, tokio-interval-set are pre-1.0 — API may change.