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§
- Static
Shell - A static plugin shell that embeds the user’s
PluginLogicimpl directly into the format-wrapper binary.