Decision Workspace
kyansel vs abort-on-drop vs smartpoll
Side-by-side comparison of Rust crates
41
kyansel
growingv0.3.1
Cancellable future. Provide a future as argument and the current future will cancel if the provided future resolves first
45
abort-on-drop
growingv0.2.2
A wrapper of Tokio's JoinHandle that aborts the task when it's dropped, while still allowing it to be awaited for joining.
40
smartpoll
growingv2.0.0
A 'Task' abstraction that simplifies polling futures.
Core Metrics
| kyansel | abort-on-drop | smartpoll | |
|---|---|---|---|
| Health Score | 41 | 45 | 40 |
| Total Downloads | 9.6K | 708.2K | 5.2K |
| 30d Downloads | 8 | 16.6K | 5 |
| Dependents | 0 | 30 | 0 |
| Releases | 5 | 4 | 4 |
| Last Updated | 2318d ago | 1331d ago | 902d ago |
| Age | 6y 4m | 3y 11m | 2y 9m |
Health Breakdown
kyansel
Maintenance
7
Quality
14
Community
3
Popularity
5
Documentation
12
abort-on-drop
Maintenance
4
Quality
15
Community
9
Popularity
7
Documentation
10
smartpoll
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| kyansel | abort-on-drop | smartpoll | |
|---|---|---|---|
| Version | 0.3.1 | 0.2.2 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0/MIT | BSD-2-Clause | MIT |
| Dependencies | 4 | 2 | 0 |
| Crate Size | 16KB | 2KB | 17KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 25.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •abort-on-drop leads with a health score of 45/100, but none of the options score above 80.
- •⚠ kyansel, abort-on-drop, smartpoll have not been updated in over a year.
- •kyansel, abort-on-drop are pre-1.0 — API may change.