#stream #child #exit #tokio #stderr #process #convert

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

#971 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–16MB
~150K SLoC