Module std

Source
Available on crate feature std only.
Expand description

std-based process-wrap API.

See the crate-level doc for more information.

The recommended usage is to star-import this module:

use process_wrap::std::*;

Structs§

ProcessGroupUnix and process-group
Wrapper which sets the process group of a Command.
ProcessGroupChildUnix and process-group
Wrapper for Child which ensures that all processes in the group are reaped.
ProcessSessionUnix and process-session
Wrapper which creates a new session and group for the Command.
ResetSigmaskUnix and reset-sigmask
Wrapper which resets the process signal mask.
StdChild
A thin wrapper around Child.
StdCommandWrap
A wrapper around a Command that allows for additional functionality to be added.

Traits§

StdChildWrapperdowncasting
Wrapper for std::process::Child.
StdCommandWrapper
A trait for adding functionality to a Command.