Decision Workspace
procpilot vs async-process vs shared_child
Side-by-side comparison of Rust crates
50
procpilot
experimentalv0.8.0
Production-grade subprocess runner with typed errors, retry, and timeout
66
async-process
growingv2.5.0
Async interface for working with processes
64
shared_child
growingv1.1.1
a library for using child processes from multiple threads
Core Metrics
| procpilot | async-process | shared_child | |
|---|---|---|---|
| Health Score | 50 | 66 | 64 |
| Total Downloads | 542 | 95.5M | 37.2M |
| 30d Downloads | 0 | 6.1M | 2.9M |
| Dependents | 6 | 1.2K | 625 |
| Releases | 11 | 28 | 14 |
| Last Updated | 7d ago | 253d ago | 325d ago |
| Age | 1m | 7y | 9y 3m |
Health Breakdown
procpilot
Maintenance
13
Quality
14
Community
8
Popularity
3
Documentation
12
async-process
Maintenance
10
Quality
17
Community
19
Popularity
8
Documentation
12
shared_child
Maintenance
6
Quality
22
Community
13
Popularity
8
Documentation
15
Technical Details
| procpilot | async-process | shared_child | |
|---|---|---|---|
| Version | 0.8.0 | 2.5.0 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 8 | 13 | 3 |
| Crate Size | 81KB | 28KB | 14KB |
| Features | 3 | 0 | 2 |
| Yanked % | 0.0% | 3.6% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.91 | 1.71 | 1.74 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •async-process leads with a health score of 66/100, but none of the options score above 80.
- •async-process is depended on by 1.2K crates — strongest ecosystem trust.
- •procpilot is pre-1.0 — API may change.