Skip to main content

Module static_shell

Module static_shell 

Source
Expand description

StaticShell - embeds the plugin directly into the 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 the user’s PluginLogic impl directly into the format-wrapper binary.