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.