Re-exports§
pub use console_detect::monitor_console_windows;pub use console_detect::ConsoleWindowInfo;pub use containment::ContainedProcessGroup;pub use containment::ORIGINATOR_ENV_VAR;pub use spawn::spawn;pub use spawn::spawn_daemon;pub use spawn::spawn_daemon_with_clear_env;pub use spawn::DaemonChild;pub use spawn::SpawnStdio;pub use spawn::SpawnedChild;pub use spawn::StdioSource;
Modules§
- console_
detect - Windows console popup detection using the Win32
EnumWindowsAPI. - containment
- Process group with originator-env injection that delegates to the
two-mode [
crate::spawn] surface. - pty
- spawn
- Two-mode process spawning. Free functions only — no module-internal traits.