Decision Workspace
interruptible_polling vs pulsync vs async-std
Side-by-side comparison of Rust crates
41
interruptible_polling
growingv0.4.0
General purpose polling tasks with RAII-driven fast clean exits
35
pulsync
growingv1.0.1
Schedule Async and Sync Task with ease.
66
async-std
growingv1.13.2
Deprecated in favor of `smol` - Async version of the Rust standard library
Core Metrics
| interruptible_polling | pulsync | async-std | |
|---|---|---|---|
| Health Score | 41 | 35 | 66 |
| Total Downloads | 5.9K | 987 | 74.9M |
| 30d Downloads | 28 | 7 | 3.2M |
| Dependents | 1 | 0 | 24.2K |
| Releases | 5 | 2 | 38 |
| Last Updated | 399d ago | 304d ago | 225d ago |
| Age | 2y 8m | 10m | 6y 10m |
Health Breakdown
interruptible_polling
Maintenance
6
Quality
16
Community
4
Popularity
5
Documentation
10
pulsync
Maintenance
7
Quality
13
Community
3
Popularity
4
Documentation
8
async-std
Maintenance
9
Quality
19
Community
19
Popularity
8
Documentation
11
Technical Details
| interruptible_polling | pulsync | async-std | |
|---|---|---|---|
| Version | 0.4.0 | 1.0.1 | 1.13.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | non-standard | Apache-2.0 OR MIT |
| Dependencies | 5 | 7 | 28 |
| Crate Size | 20KB | 15KB | 220KB |
| Features | 2 | 4 | 10 |
| Yanked % | 0.0% | 50.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 1 | 5 |
Links
Quick Verdict
- •async-std leads with a health score of 66/100, but none of the options score above 80.
- •async-std is depended on by 24.2K crates — strongest ecosystem trust.
- •⚠ interruptible_polling has not been updated in over a year.
- •interruptible_polling is pre-1.0 — API may change.