hm-plugin-sdk 0.0.1

Authoring SDK for hm plugins. Wraps extism-pdk with hm-specific traits and macros.
Documentation
1
2
3
4
5
6
7
//! Build helpers for plugin manifests. Today this file is a re-export
//! shim; future expansion will add a `manifest! {}` declarative macro.

pub use hm_plugin_protocol::{
    Capability, ClapJson, HookEventKind, HookPhase, JsonSchema, LifecycleHookSpec,
    OutputFormatterSpec, PluginManifest, StepExecutorSpec, SubcommandSpec,
};