Go to file
Simonas Kazlauskas 6e284984ae Fix CI 2022-11-07 01:26:14 +02:00
.github/workflows Fix CI 2022-11-07 01:26:14 +02:00
src Placate clippy 2022-11-07 01:12:56 +02:00
tests Construct a PathBuf 2022-01-18 14:25:18 +02:00
.gitignore Release preparation tweaks 2016-07-27 17:16:33 +03:00
Cargo.toml Release 0.7.4 2022-11-07 00:34:04 +02:00
LICENSE Add license and fill cargo.toml 2015-11-08 14:21:39 +02:00
README.mkd Improved the README and `lib.rs` documentation 2021-10-08 20:37:58 +01: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.