Crate dragonfly_plugin

Crate dragonfly_plugin 

Source

Re-exports§

pub use event::EventHandler;
pub use server::*;

Modules§

event
server
types

Structs§

PluginInfo
A struct that defines the details of your plugin.
PluginRunner

Traits§

EventSubscriptions
A trait that defines which events your plugin will receive.
Plugin
The final trait required for our plugin to be runnable.

Attribute Macros§

event_handler

Derive Macros§

Plugin