Module std::run

Process spawning.

Structs

Process

A value representing a child process.

ProcessOptions

Options that can be given when starting a Process.

ProcessOutput

The output of a finished process.

Functions

process_output

Spawns a process, records all its output, and waits for it to terminate.

process_status

Spawns a process and waits for it to terminate. The process will inherit the current stdin/stdout/stderr file descriptors.