gecko-dev/third_party/rust/libloading
Emilio Cobos Álvarez db6c5d7e43 No bug - Revendor rust dependencies on a CLOSED TREE. r=me
MozReview-Commit-ID: K6GlYzYjLRu


--HG--
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b32/mod.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/bitrig/x86.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/other/b64/mod.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/bitrig/x86_64.rs
2018-03-13 14:14:09 +01: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 No bug - Revendor rust dependencies on a CLOSED TREE. r=me 2018-03-13 14:14:09 +01:00
.travis.yml
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.