Module hooks

Module hooks 

Source
Expand description

Hook engine types re-exported from gestura-core-hooks.

Structs§

HookCommandTemplate
A command template for a hook.
HookContext
Runtime context provided to hooks.
HookDefinition
A single hook definition.
HookEngine
Hook engine.
HookExecutionRecord
A record of a hook execution.
HooksSettings
Global hooks settings.
ProcessHookExecutor
Executor that spawns local OS processes.

Enums§

HookEvent
A hook event.

Traits§

HookExecutor
A hook executor.

Functions§

render_template
Render template by replacing {{key}} placeholders with values in vars.

Type Aliases§

TemplateVars
Template variables map used for hook command rendering.