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§

CreationFlagsWindows and creation-flags
Shim wrapper which sets Windows process creation flags.
JobObjectWindows and job-object
Wrapper which creates a job object context for a Command.
JobObjectChildWindows and job-object
Wrapper for Child which waits on all processes within the job.
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.