[][src]Module libloading::os::unix

This is supported on Unix only.

UNIX implementation of dynamic library loading.

Structs

Library

A platform-specific counterpart of the cross-platform Library.

Symbol

Symbol from a library.

Constants

RTLD_GLOBAL

Make loaded symbols available for resolution globally.

RTLD_LAZY

Perform lazy binding.

RTLD_LOCAL

Load symbols into an isolated namespace.

RTLD_NOW

Perform eager binding.