Decision Workspace
tokio-js-set-interval vs tokio_interval vs zila
Side-by-side comparison of Rust crates
49
tokio-js-set-interval
growingv1.3.0
Allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript inside a `tokio` runtime. The library provides the macros `set_interval!(callback, ms)` and `set_timeout!(callback, ms)`.
42
tokio_interval
growingv0.1.4
基于Tokio实现了 setInterval(callback, ms) 和 setTimeout(callback, ms) 类似于Javascript的API.
49
zila
growingv0.1.8
A library for calling functions on certain events
Core Metrics
| tokio-js-set-interval | tokio_interval | zila | |
|---|---|---|---|
| Health Score | 49 | 42 | 49 |
| Total Downloads | 27.2K | 6.4K | 8.1K |
| 30d Downloads | 561 | 19 | 9 |
| Dependents | 0 | 0 | 0 |
| Releases | 8 | 5 | 7 |
| Last Updated | 1006d ago | 1130d ago | 1053d ago |
| Age | 4y 10m | 3y 1m | 2y 10m |
Health Breakdown
tokio-js-set-interval
Maintenance
4
Quality
20
Community
5
Popularity
5
Documentation
15
tokio_interval
Maintenance
10
Quality
9
Community
5
Popularity
5
Documentation
13
zila
Maintenance
10
Quality
18
Community
3
Popularity
5
Documentation
13
Technical Details
| tokio-js-set-interval | tokio_interval | zila | |
|---|---|---|---|
| Version | 1.3.0 | 0.1.4 | 0.1.8 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 3 | 2 |
| Crate Size | 13KB | 6KB | 18KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 60.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.66 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tokio-js-set-interval leads with a health score of 49/100, but none of the options score above 80.
- •⚠ tokio-js-set-interval, tokio_interval, zila have not been updated in over a year.
- •tokio_interval, zila are pre-1.0 — API may change.