#stderr #stdout #stream #child #exit #tokio #process

tokio-childstream

Convert a tokio::process::Child into a Stream for stdout, stderr, and exit events

2 releases

0.1.1 May 12, 2023
0.1.0 Apr 16, 2023

#960 in Asynchronous

29 downloads per month
Used in iomux

MIT license

19KB
403 lines

Convert a tokio::process::Child into a futures::Stream which yields [ChildEvent]s for stdout, stderr, and the exit status.

Dependencies

~4–12MB
~127K SLoC