Skip to main content

load_library

Function load_library 

Source
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.