Crate compio_process

Source
Expand description

Process library for compio. It is an extension to std::process.

Structs§

Child
Representation of a running or exited child process.
ChildStderr
A handle to a child process’s stderr. See std::process::ChildStderr.
ChildStdin
A handle to a child process’s standard input (stdin). See std::process::ChildStdin.
ChildStdout
A handle to a child process’s standard output (stdout). See std::process::ChildStdout.
Command
A process builder, providing fine-grained control over how a new process should be spawned.