Modules§
- geyser_
plugin_ interface - The interface for Geyser plugins. A plugin must implement the GeyserPlugin trait to work with the runtime. In addition, the dynamic library must export a “C” function _create_plugin which creates the implementation of the plugin.