Crates.io | tokio-childstream |
lib.rs | tokio-childstream |
version | 0.1.1 |
source | src |
created_at | 2023-04-16 23:18:01.773324 |
updated_at | 2023-05-12 05:34:51.328647 |
description | Convert a tokio::process::Child into a Stream for stdout, stderr, and exit events. |
homepage | https://github.com/nathan-at-least/tokio-childstream |
repository | |
max_upload_size | |
id | 840992 |
size | 10,524 |
Convert a [tokio::process::Child] into a [futures::Stream] which yields [ChildEvent]s for stdout, stderr, and the exit status.