Expand description
Prelude for convenient imports in plugins
ⓘ
use orbis_plugin_api::prelude::*;Re-exports§
pub use crate::sdk::prelude::*;
Macros§
- log_
debug - Log a debug message
- log_
error - Log an error message
- log_
info - Log an info message
- log_
trace - Log a trace message
- log_
warn - Log a warning message
- orbis_
plugin - Define a complete plugin with minimal boilerplate
- wrap_
handler - Wraps a handler function to handle FFI details automatically