Re-exports§
pub use plugin_trait::PluginBox;pub use plugin_trait::PluginMod;pub use plugin_trait::PluginMod_Ref;pub use plugin_trait::SpoePlugin;pub use plugin_trait::SpoePlugin_TO;pub use types::ConfigValue;pub use types::PluginContext;pub use types::ProcessingResult;pub use types::SpoeMessage;pub use types::SpoeValue;pub use types::TxnVariable;pub use types::VarScope;pub use abi_stable;
Modules§
Macros§
- define_
plugin - Define a plugin with automatic panic safety and module export.
Structs§
- Plugin
Panic Error - Error type for plugin panics caught by the
define_plugin!macro.