No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Bruce Mitchener a0b9b8fd8b Fix typos.
2018-08-02 17:59:40 +07:00
src Fix typos. 2018-08-02 17:59:40 +07:00
tests Don’t rely on OPT_LEVEL == 0 as indicator… 2017-12-07 21:24:03 +02:00
.gitignore Release preparation tweaks 2016-07-27 17:16:33 +03:00
.travis.yml Drop dependency on target_build_utils 2017-05-02 16:15:22 +03:00
appveyor.yml Drop dependency on target_build_utils 2017-05-02 16:15:22 +03:00
build.rs Add support for building on Haiku. 2018-06-21 21:57:53 +01:00
Cargo.toml Prepare for the 0.5.0 release 2018-01-11 11:16:17 +02:00
LICENSE Add license and fill cargo.toml 2015-11-08 14:21:39 +02:00
README.mkd Prepare for the 0.5.0 release 2018-01-11 11:16:17 +02:00

libloading Travis CI Appveyor CI

A memory-safer wrapper 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 distributed under ISC (MIT-like) license.