Skip to main content

Module loader

Module loader 

Source
Expand description

Native plugin loader โ€” loads .so/.dll/.dylib plugins via libloading.

Native plugins expose a rustant_plugin_create symbol that returns a boxed Plugin trait object.

Structsยง

NativePluginLoader
Loader for native dynamic library plugins.