Decision Workspace
tokio-process-stream vs process-stream vs async-sink
Side-by-side comparison of Rust crates
47
tokio-process-stream
growingv0.4.1
Simple crate that wraps a tokio::process into a tokio::stream
48
process-stream
growingv0.5.0
Thin wrapper around [`tokio::process`] to make it streamable
59
async-sink
experimentalv0.3.1
The asynchronous `Sink` trait for the tokio ecosystem.
Core Metrics
| tokio-process-stream | process-stream | async-sink | |
|---|---|---|---|
| Health Score | 47 | 48 | 59 |
| Total Downloads | 70.5K | 28.0K | 3.3K |
| 30d Downloads | 4.4K | 369 | 94 |
| Dependents | 87 | 19 | 17 |
| Releases | 5 | 19 | 7 |
| Last Updated | 279d ago | 323d ago | 204d ago |
| Age | 4y 2m | 3y 10m | 6m |
Health Breakdown
tokio-process-stream
Maintenance
7
Quality
14
Community
10
Popularity
6
Documentation
10
process-stream
Maintenance
8
Quality
16
Community
9
Popularity
5
Documentation
10
async-sink
Maintenance
17
Quality
15
Community
9
Popularity
4
Documentation
14
Technical Details
| tokio-process-stream | process-stream | async-sink | |
|---|---|---|---|
| Version | 0.4.1 | 0.5.0 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 6 | 4 |
| Crate Size | 9KB | 8KB | 19KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | 1.40.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-sink leads with a health score of 59/100, but none of the options score above 80.
- •tokio-process-stream has the most downloads (70.5K), suggesting wider adoption.