#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

#939 in Asynchronous

Download history 6/week @ 2024-02-21 16/week @ 2024-02-28 3/week @ 2024-03-13 11/week @ 2024-03-27 25/week @ 2024-04-03 43/week @ 2024-04-10

79 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–15MB
~148K SLoC