Expand description
Native plugin FFI. Native plugin support via dynamic library loading.
Provides FFI-based plugin loading for high-performance native plugins.
§Safety
This module uses unsafe code for FFI with native plugins. Only load plugins from trusted sources.
Structs§
- CHook
Result - Result from hook execution.
- CPlugin
Info - Plugin info returned by native plugins.
- Native
Plugin - Native plugin loaded from a dynamic library.
- Native
Plugin Info - Native plugin metadata.
- Native
Plugin Manager - Native plugin manager for loading and managing native plugins.
Constants§
- PLUGIN_
API_ VERSION - Plugin API version for ABI compatibility.
Functions§
- discover_
native_ plugins - Discover native plugins in a directory.