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§
- Command
Wrap - A wrapper around a
Commandthat allows for additional functionality to be added. - Creation
Flags Windows and creation-flags - Shim wrapper which sets Windows process creation flags.
- JobObject
Windows and job-object - Wrapper which creates a job object context for a
Command. - JobObject
Child Windows and job-object - Wrapper for
Childwhich waits on all processes within the job.
Traits§
- Child
Wrapper - Wrapper for
std::process::Child. - Command
Wrapper - A trait for adding functionality to a
Command.