abrasion/third_party/cargo/vendor/libloading-0.5.2
q3k ac8a8b0f5a vendor all the shit. 2020-01-19 00:27:25 +01:00
..
src vendor all the shit. 2020-01-19 00:27:25 +01:00
tests vendor all the shit. 2020-01-19 00:27:25 +01:00
.cargo-checksum.json vendor all the shit. 2020-01-19 00:27:25 +01:00
BUILD vendor all the shit. 2020-01-19 00:27:25 +01:00
Cargo.toml vendor all the shit. 2020-01-19 00:27:25 +01:00
LICENSE vendor all the shit. 2020-01-19 00:27:25 +01:00
README.mkd vendor all the shit. 2020-01-19 00:27:25 +01:00
appveyor.yml vendor all the shit. 2020-01-19 00:27:25 +01:00
build.rs vendor all the shit. 2020-01-19 00:27:25 +01:00

README.mkd

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.