Go to file
Simonas Kazlauskas 7fbd3a3433 Review documentation 2021-02-06 20:04:21 +02:00
.github/workflows Fix typo in GHA workflow 2020-12-30 19:18:56 +03:00
src Review documentation 2021-02-06 20:04:21 +02:00
tests Make various library loading functions unsafe 2021-01-31 21:32:14 +02:00
.gitignore Release preparation tweaks 2016-07-27 17:16:33 +03:00
Cargo.toml Drop the code for supporting XP/Vista 2021-02-06 18:59:45 +02:00
LICENSE Add license and fill cargo.toml 2015-11-08 14:21:39 +02:00
README.mkd Add categories to Cargo.toml 2020-08-22 20:36:06 +00:00

README.mkd

libloading

Safer bindings around system dynamic library loading primitives. The most important safety guarantee by this library is prevention of dangling-Symbols 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.