appctl-plugin-sdk
Stable schema types and a C ABI for building dynamic plugins that extend the
appctl CLI.
Plugins are shipped as cdylibs and dropped into ~/.appctl/plugins/. The
appctl host loads them with libloading, validates the ABI version, and
invokes the plugin's introspect function to obtain a normalized
[Schema].
Example
use *;
declare_plugin!
Build with crate-type = ["cdylib"] and install with:
License
MIT — see LICENSE.