Decision Workspace
process-stream vs tokio-process-stream vs async-sink
Side-by-side comparison of Rust crates
48
process-stream
growingv0.5.0
Thin wrapper around [`tokio::process`] to make it streamable
47
tokio-process-stream
growingv0.4.1
Simple crate that wraps a tokio::process into a tokio::stream
59
async-sink
experimentalv0.3.1
The asynchronous `Sink` trait for the tokio ecosystem.
Core Metrics
| process-stream | tokio-process-stream | async-sink | |
|---|---|---|---|
| Health Score | 48 | 47 | 59 |
| Total Downloads | 28.0K | 70.5K | 3.3K |
| 30d Downloads | 369 | 4.4K | 94 |
| Dependents | 19 | 87 | 17 |
| Releases | 19 | 5 | 7 |
| Last Updated | 323d ago | 279d ago | 204d ago |
| Age | 3y 10m | 4y 2m | 6m |
Health Breakdown
process-stream
Maintenance
8
Quality
16
Community
9
Popularity
5
Documentation
10
tokio-process-stream
Maintenance
7
Quality
14
Community
10
Popularity
6
Documentation
10
async-sink
Maintenance
17
Quality
15
Community
9
Popularity
4
Documentation
14
Technical Details
| process-stream | tokio-process-stream | async-sink | |
|---|---|---|---|
| Version | 0.5.0 | 0.4.1 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 6 | 7 | 4 |
| Crate Size | 8KB | 9KB | 19KB |
| Features | 2 | 0 | 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.