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§
- Plugin
Info - A struct that defines the details of your plugin.
- Plugin
Runner
Traits§
- Event
Subscriptions - A trait that defines which events your plugin will receive.
- Plugin
- The final trait required for our plugin to be runnable.