![]() Otherwise it leads to a double-free, once in `close` and another time in `drop`. Curiously this was only a bug on Windows, and Unix code was fine. Not sure how this happened. |
||
---|---|---|
.github/workflows | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.mkd |
README.mkd
libloading
Safer bindings around system dynamic library loading primitives. The most important safety
guarantee by this library is prevention of dangling-Symbol
s that may occur after a Library
is
unloaded.
Using this library allows loading dynamic libraries (also known as shared libraries) as well as use functions and static variables these libraries contain.
libloading is available to use under ISC (MIT-like) license.