Expand description
Utility types and functions for the plugin system.
This module contains various utility types, error definitions, and helper functions used throughout the plugin system.
Modules§
- archive
- Archive utilities for plugin packaging.
Structs§
- Parse
Variable Error - Error that occurs when parsing a Variable into a specific type.
- Ptr
- A thread-safe pointer wrapper for shared mutable access.
Enums§
- Bundle
From Error - Errors that can occur when parsing a bundle from a filename.
- Bundle
Unzip Error - Errors that can occur when extracting a ZIP archive to a plugin bundle.
- Bundle
ZipError - Errors that can occur when creating a ZIP archive from a plugin bundle.
- Call
Function Depend Error - Errors that can occur when calling a function on a plugin dependency.
- Load
Plugin Error - Errors that can occur when loading a plugin.
- Plugin
Call Function Error - Errors that can occur when calling a function in a plugin.
- Plugin
Call Request Error - Errors that can occur when calling a plugin request.
- Plugin
Operation Error - Error that can occur during plugin operations involving registration and loading.
- Plugin
Register Function Error - Errors that can occur when registering a function in a plugin.
- Register
Manager Error - Errors that can occur when registering a plugin manager.
- Register
Plugin Error - Errors that can occur when registering a plugin.
- Register
Request Error - Errors that can occur when registering a function request in a plugin.
- Stop
Loader Error - Errors that can occur when stopping the plugin loader.
- Unload
Plugin Error - Errors that can occur when unloading a plugin.
- Unregister
Manager Error - Errors that can occur when unregistering a plugin manager.
- Unregister
Plugin Error - Errors that can occur when unregistering a plugin.
Type Aliases§
- Manager
Result - Result type for manager operations.