Function clang_sys::load_manually

source ·
pub fn load_manually() -> Result<SharedLibrary, String>
Expand description

Loads a libclang shared library and returns the library instance.

This function does not attempt to load any functions from the shared library. The caller is responsible for loading the functions they require.

Failures

  • a libclang shared library could not be found
  • the libclang shared library could not be opened