Run shell scripts and commands from Rust with support for stdin, stdout, and stderr.
# Cargo.toml
[dependencies]
run_script = "0.11.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Executes a shell script and captures output.
Use `run_script::run` with arguments as a vector instead of concatenating strings.
No dependency data recorded yet.