Expand description
Dylink provides a run-time dynamic linking framework for loading dynamic libraries.
You can load libraries directly through Library, which enables diverse error handling,
or you can load libraries indirectly through LibLock and dylink.
§Platform support
Platform support typically varies between functions, however unless otherwise specified, functions are supported on Windows, Linux, and MacOS.
Modules§
Macros§
- lib
- Creates an
Option<Library>that may contain a loaded library.
Structs§
- Library
- An object providing access to an open dynamic library.
- Symbol
- Weak
- Represents a weak pointer to an executable image.
Attribute Macros§
- dylink
- Macro for generating shared symbol thunks procedurally.