Skip to main content

Module executor

Module executor 

Source
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§

ToolExecutor
Executor for running external tools.
ToolOutput
Result of executing a tool.

Enums§

ExecutorError
Error during tool execution.