Crate dragonfly_plugin

Crate dragonfly_plugin 

Source

Re-exports§

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

Modules§

command
Command helpers and traits used by the #[derive(Command)] macro.
event
Core event types and helpers for the Rust plugin SDK.
server
Lightweight handle for sending actions and subscriptions to the host.
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§

Command
Plugin