pub fn load_library(path: &Path) -> Result<LoadedLibrary, LoadError>Expand description
Load a plugin library from a path.
Opens the dylib, calls fidius_get_registry(), validates the registry
and all descriptors, copies FFI data to owned types.
pub fn load_library(path: &Path) -> Result<LoadedLibrary, LoadError>Load a plugin library from a path.
Opens the dylib, calls fidius_get_registry(), validates the registry
and all descriptors, copies FFI data to owned types.