Re-exports§
pub use builtin_env::BuiltinEnv;
Modules§
Structs§
- Child
Handle - Command
Builder - Builder wrapper that centralizes direct usages of
std::process::Command. - Command
Context - Context passed to process managers describing the current execution environment. Clones are cheap and explicit so background handles can own their working roots without juggling lifetimes.
- Command
Options - Command
Output - Command
Snapshot - Shell
Launcher - Shell
Process Manager - Default process manager that shells out using the system shell.
- Test
EnvGuard
Enums§
Traits§
- Background
Handle - Handle for background processes spawned by a
ProcessManager. - Process
Manager