1 unstable release
0.1.0 | Nov 30, 2024 |
---|
#4 in #exit-status
227 downloads per month
18KB
255 lines
Russh Process Command
This crate provides an interface similar to std::process::Command
for russh
library.
It allows executing commands, streaming their output, and retrieving their exit status.
Features
- Mimics the
std::process::Command
API. - Provides asynchronous
stdin
,stdout
, andstderr
streams. - Supports retrieving the command's
ExitStatus
. - Provides
spawn
andoutput
methods for more control over process handling.
Example
Dependencies
~15–45MB
~715K SLoC