Skip to main content

Module loader

Module loader 

Source
Expand description

Host-side plug-in loader.

Gated behind the host feature so plug-in cdylibs never pull in libloading. Use PluginLoader from the live node startup to load every configured plug-in path in order before any subscriptions are registered.

Structs§

LoadedPlugin
One loaded plug-in. Holds the Library alive for the process lifetime so the manifest pointer never dangles.
PluginBuildIdDiagnostics
Owned build identifier diagnostics for loader errors and logs.
PluginLoader
Loader for plug-in cdylibs.
PluginManifestDiagnostics
Owned manifest diagnostics captured before a rejected plug-in is unloaded.

Enums§

LoadError
Errors that can occur while loading a plug-in.