Expand description
This library is used by both MCVM to load plugins, and as a framework for defining Rust plugins for MCVM to use
Re-exports§
Modules§
- api
- API for Rust-based plugins to use
- hook_
call - Implementation for calling hooks
- hooks
- Plugin hooks and their definitions
- output
- Serialized output format for plugins
- plugin
- Plugins
Structs§
- Core
Plugin Manager - A manager for plugins that is used to call their hooks. Does not handle actually loading the plugins from files
Statics§
- PLUGIN_
DEBUG_ ENV - Environment variable that debugs plugins when set
Functions§
- plugin_
debug_ enabled - Gets whether plugin debugging is enabled