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§
- 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. - StdChild
- A thin wrapper around
Child. - StdCommand
Wrap - A wrapper around a
Commandthat allows for additional functionality to be added.
Traits§
- StdChild
Wrapper downcasting - Wrapper for
std::process::Child. - StdCommand
Wrapper - A trait for adding functionality to a
Command.