Module command_ext
Traitsยง
- Child
Ext - Extensions for
tokio::process::Child. - Command
Ext - 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
logcrate. - tracing_
to_ ๐log_ level