Crate ayaka_plugin
source ·Expand description
Base crate for plugin runtimes.
This crate provides abstract types and traits for different plugin backends.
Re-exports
Structs
- High-level wrapper for plugin module.
Constants
- The exported method
__abi_alloc. - The exported method
__abi_free. - The default exported memory name.
Traits
- Represents the linker of plugin modules.
- Represents a handle of linker.
- Represents a raw plugin module.