Skip to main contentCrate fidius_host
Source pub use error::CallError;pub use error::LoadError;pub use handle::PluginHandle;pub use host::PluginHost;pub use loader::LoadedLibrary;pub use loader::LoadedPlugin;pub use types::LoadPolicy;pub use types::PluginInfo;pub use types::PluginRuntimeKind;
- arch
- Architecture detection for dylib files.
- arena
- Thread-local arena pool for Arena-strategy plugin invocations.
- error
- Error types for fidius-host plugin loading and calling.
- handle
- PluginHandle — type-safe proxy for calling plugin methods via FFI.
- host
- PluginHost builder and plugin discovery.
- loader
- Core plugin loading and descriptor validation.
- package
- Host-side package integration: manifest loading, discovery, and building.
- signing
- Ed25519 signature verification for plugin dylibs.
- types
- Owned metadata types for loaded plugins.