Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
# Cargo.toml
[dependencies]
libloading = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a dynamic library and call a function from it.
Ensure the function signature matches exactly and use `unsafe` blocks appropriately.
No dependency data recorded yet.