Skip to main content

lib_from_file

Function lib_from_file 

Source
pub fn lib_from_file<P>(path: P) -> Result<StaticLibrary, GaiaError>
where P: AsRef<Path>,