russh-process

Crates.iorussh-process
lib.rsrussh-process
version0.1.0
sourcesrc
created_at2024-11-30 07:06:26.001763
updated_at2024-11-30 07:06:26.001763
descriptionA library for running a command on a remote server via SSH.
homepagehttps://github.com/yamaura/russh_process
repositoryhttps://github.com/yamaura/russh_process
max_upload_size
id1466362
size62,078
Yuki Yamaura (yamaura)

documentation

README

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, and stderr streams.
  • Supports retrieving the command's ExitStatus.
  • Provides spawn and output methods for more control over process handling.

Example

Commit count: 0

cargo fmt