Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<Option<Vec<BoxedFunction>>, String>
Expand description

Try to load path as a C-ABI library, returning its functions.

Ok(None) means “this isn’t a C-ABI library” — no apiplant_abi_version symbol — which lets the caller report the original abi_stable failure instead of a confusing second one. Err means it is one and is broken.