Skip to main content

Module runner

Module runner 

Source

Structs§

HybridRunner
Loads a discovered plugin into a runnable FilterPlugin. Dispatches on the entry’s file extension: .lf → in-process LfFilter, any other extension → external ProcessFilter via sh.

Functions§

exec_command
Execute a command and capture its output.
execute_pipeline
Execute a pipeline chain against raw command output. Chains built-in processors and plugin filters in order.