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§
- Static
Shell - A static plugin shell that embeds
PluginLogicdirectly.