Skip to main content

Module execute

Module execute 

Source
Expand description

The main execution engine.

Walks the AST and executes commands by forking child processes, setting up pipes, and applying redirections. All platform-specific system calls go through crate::sys.

Structs§

Executor
The command executor.

Enums§

ExecError
Execution errors.

Type Aliases§

ExecResult
Result alias for execution operations.