Go to file
Simonas Kazlauskas fa0694e4ba fix CI and prepare a release 2024-11-29 18:40:02 +02:00
.github/workflows fix CI and prepare a release 2024-11-29 18:40:02 +02:00
src fix CI and prepare a release 2024-11-29 18:40:02 +02:00
tests Add try_as_raw_ptr/as_raw_ptr implementations for Symbol to convert to raw pointer. 2024-07-20 11:40:14 +02:00
.gitignore Release preparation tweaks 2016-07-27 17:16:33 +03:00
Cargo.toml fix CI and prepare a release 2024-11-29 18:40:02 +02:00
LICENSE Add license and fill cargo.toml 2015-11-08 14:21:39 +02:00
README.mkd Release 0.8.0 2023-04-11 15:54:38 +03:00

README.mkd

libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety. The most important safety guarantee of this library is the prevention of dangling Symbols that may occur after a Library is unloaded.

Using this library allows the loading of dynamic libraries, also known as shared libraries, as well as the use of the functions and static variables that these libraries may contain.

libloading is available to use under ISC (MIT-like) license.