gecko-dev/third_party/rust/libloading
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
src No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +01:00
tests No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +01:00
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
Cargo.toml No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +01:00
LICENSE
README.mkd No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +01:00
appveyor.yml
build.rs No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +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.