Skip to main content

Module static_shell

Module static_shell 

Source
Expand description

StaticShell — embeds PluginLogic directly into the plugin binary.

No dlopen, no file watcher, no Mutex. Same types as HotShell but zero runtime overhead. Use via export_static!.

Structs§

StaticShell
A static plugin shell that embeds PluginLogic directly.