Provides an async interface for spawning and managing child processes.
# Cargo.toml
[dependencies]
async-process = "2.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a command asynchronously and capture its output.
Add a runtime dependency and ensure you are running inside an async context.
No dependency data recorded yet.