Skip to main content

Module native

Module native 

Source
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§

CHookResult
Result from hook execution.
CPluginInfo
Plugin info returned by native plugins.
NativePlugin
Native plugin loaded from a dynamic library.
NativePluginInfo
Native plugin metadata.
NativePluginManager
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.