Expand description
Hand off execution to a discovered plugin binary.
On Unix the dispatcher uses execvp-style replacement so the plugin
inherits the dispatcher’s PID — cleaner signal handling, matches cargo.
On Windows there is no execvp; we spawn the plugin as a child via
Command::status() and propagate its exit code.
Functions§
- dispatch_
to_ plugin - Dispatch into
entrywithargs, exporting the env contract.