[][src]Module automatic::runner

Modules

io

Traits, helpers, and type definitions for core I/O functionality.

Structs

Child

Representation of a running or exited child process.

ChildStderr

A handle to a child process's stderr.

ChildStdin

A handle to a child process's standard input (stdin).

ChildStdout

A handle to a child process's standard output (stdout).

Command

A process builder, providing fine-grained control over how a new process should be spawned.

ExitStatus

Describes the result of a process after it has terminated.

Output

The output of a finished process.

Runned
Runner
Stdio

Describes what to do with a standard I/O stream for a child process when passed to the stdin, stdout, and stderr methods of Command.