Decision Workspace
checked_command vs mapped-command vs async-process
Side-by-side comparison of Rust crates
38
checked_command
growingv0.2.4
extension to `std::process::Command` which adds a output/status considering the programs `ExitStatus` for the returned Result
35
mapped-command
growingv0.3.0
Alternate version of `std::process::Command` which maps outputs a custom results and checks the exit status.
67
async-process
growingv2.5.0
Async interface for working with processes
Core Metrics
| checked_command | mapped-command | async-process | |
|---|---|---|---|
| Health Score | 38 | 35 | 67 |
| Total Downloads | 31.3K | 1.8K | 84.4M |
| 30d Downloads | 446 | 3 | 5.4M |
| Dependents | 16 | 0 | 1.2K |
| Releases | 6 | 1 | 28 |
| Last Updated | 1887d ago | 1887d ago | 194d ago |
| Age | 8y 10m | 5y 2m | 6y 10m |
Health Breakdown
checked_command
Maintenance
3
Quality
14
Community
8
Popularity
5
Documentation
8
mapped-command
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
9
async-process
Maintenance
11
Quality
17
Community
19
Popularity
8
Documentation
12
Technical Details
| checked_command | mapped-command | async-process | |
|---|---|---|---|
| Version | 0.2.4 | 0.3.0 | 2.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 1 | 3 | 13 |
| Crate Size | 15KB | 29KB | 28KB |
| Features | 6 | 1 | 0 |
| Yanked % | 16.7% | 0.0% | 3.6% |
| Edition | — | 2018 | 2021 |
| MSRV | — | — | 1.71 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •async-process leads with a health score of 67/100, but none of the options score above 80.
- •async-process is depended on by 1.2K crates — strongest ecosystem trust.
- •⚠ checked_command, mapped-command have not been updated in over a year.
- •checked_command, mapped-command are pre-1.0 — API may change.