Module dylib

Module dylib 

Source
Expand description

Dynamic plugins with hot-reloading ability.

Structsยง

DyLibDynamicPlugin
Implementation of DynamicPluginTrait that (re)loads Rust code from Rust dylib .
DyLibHandle
Dynamic plugin, that is loaded from a dynamic library. Usually it is used for hot reloading, it is strongly advised not to use it in production builds, because it is slower than statically linked plugins and it could be unsafe if different compiler versions are used.