Expand description
Dynamic plugins with hot-reloading ability.
Structsยง
- DyLib
Dynamic Plugin - Implementation of DynamicPluginTrait that (re)loads Rust code from Rust dylib .
- DyLib
Handle - 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.