gecko-dev/third_party/rust/libloading-0.5.2
Jeff Muizelaar b083673982 Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin
This includes updates to authenticator, cubeb-coreaudio,
metal, gfx-backend-vulkan, gfx-backend-metal, freetype

libloading is duplicated because of ash

Differential Revision: https://phabricator.services.mozilla.com/D84688
2020-07-24 22:35:25 +00:00
..
src Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
tests Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
.cargo-checksum.json Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
Cargo.toml Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
LICENSE Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
README.mkd Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
appveyor.yml Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00:00
build.rs Bug 1654699. Update core-foundation/core-graphics. r=kvark,keeler,jcj,chunmin 2020-07-24 22:35:25 +00: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.