Decision Workspace
async-ops vs async-std vs tokio-async-std
Side-by-side comparison of Rust crates
45
async-ops
growingv1.1.0
Use std::ops traits with Futures
66
async-std
growingv1.13.2
Deprecated in favor of `smol` - Async version of the Rust standard library
46
tokio-async-std
growingv1.5.3
An async-std that can fit into tokio ecosystem straight ahead
Core Metrics
| async-ops | async-std | tokio-async-std | |
|---|---|---|---|
| Health Score | 45 | 66 | 46 |
| Total Downloads | 4.1K | 74.9M | 13.8K |
| 30d Downloads | 35 | 3.3M | 64 |
| Dependents | 0 | 24.2K | 1 |
| Releases | 2 | 38 | 6 |
| Last Updated | 1438d ago | 225d ago | 2171d ago |
| Age | 4y 4m | 6y 10m | 6y |
Health Breakdown
async-ops
Maintenance
3
Quality
19
Community
6
Popularity
4
Documentation
13
async-std
Maintenance
9
Quality
19
Community
19
Popularity
8
Documentation
11
tokio-async-std
Maintenance
3
Quality
19
Community
7
Popularity
5
Documentation
12
Technical Details
| async-ops | async-std | tokio-async-std | |
|---|---|---|---|
| Version | 1.1.0 | 1.13.2 | 1.5.3 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 7 | 28 | 22 |
| Crate Size | 14KB | 220KB | 165KB |
| Features | 0 | 10 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | 1.63 | — |
| Owners | 1 | 5 | 1 |
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.
- •⚠ async-ops, tokio-async-std have not been updated in over a year.