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§

CommandWrap
A wrapper around a Command that allows for additional functionality to be added.
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.

Traits§

ChildWrapper
Wrapper for std::process::Child.
CommandWrapper
A trait for adding functionality to a Command.