Expand description
Tool execution engine for running external formatters and linters.
This module handles the actual execution of external tools via stdin/stdout, with timeout support and lazy tool availability checking.
Structs§
- Tool
Executor - Executor for running external tools.
- Tool
Output - Result of executing a tool.
Enums§
- Executor
Error - Error during tool execution.