[go: up one dir, main page]

Module libloading::os::unix

source ·
Available on Unix only.
Expand description

UNIX implementation of dynamic library loading.

Structs

A platform-specific counterpart of the cross-platform Library.
Symbol from a library.

Constants

Make loaded symbols available for resolution globally.
Perform lazy binding.
Load symbols into an isolated namespace.
Perform eager binding.