1 unstable release
| 0.1.0 | Nov 30, 2024 |
|---|
#15 in #russh
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::CommandAPI. - Provides asynchronous
stdin,stdout, andstderrstreams. - Supports retrieving the command's
ExitStatus. - Provides
spawnandoutputmethods for more control over process handling.
Example
Dependencies
~15–45MB
~655K SLoC