Crate cygnixy_plugin_interface

Source

Macros§

export_plugin
Macro to export the plugin’s create function.

Structs§

PluginManager
Manages loading, unloading, and interacting with Lua plugins.

Traits§

PluginLua
Trait that all Lua plugins must implement.