Expand description
Base crate for plugin runtimes.
This crate provides abstract types and traits for different plugin backends.
Re-exports§
Structs§
- Plugin
Module - High-level wrapper for plugin module.
Constants§
- ABI_
ALLOC_ NAME - The exported method
__abi_alloc. - ABI_
FREE_ NAME - The exported method
__abi_free. - MEMORY_
NAME - The default exported memory name.
Traits§
- Linker
- Represents the linker of plugin modules.
- Linker
Handle - Represents a handle of linker.
- RawModule
- Represents a raw plugin module.