Module command_ext

Module command_ext 

Traitsยง

ChildExt
Extensions for tokio::process::Child.
CommandExt
Extensions for tokio::process::Command.

Functionsยง

line_feeder ๐Ÿ”’
Reads lines from a reader and calls the closure for each line.
proxy_child_output_to_log ๐Ÿ”’
Proxies the output of a child process to log.
read_line ๐Ÿ”’
Reads a line from a reader into the buffer.
read_lines_to_log ๐Ÿ”’
Reads lines from the reader and logs them using the log crate.
tracing_to_log_level ๐Ÿ”’