Skip to main content

Module plugin_dll

Module plugin_dll 

Structsยง

PluginDLL ๐Ÿ”’
PluginDLL is a reference counted wrapper around libloading::Library that can be safely shared between threads. It is the lowest level of abstraction to interact with the plugin exported functions. Two PluginDLL instances are considered equal if they were provided with the same path on creation.
PluginDLLInner ๐Ÿ”’