gecko-dev/third_party/rust/libloading
Mike Hommey 41f41eaf7a Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D165471
2022-12-25 21:48:44 +00:00
..
src Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers 2022-12-25 21:48:44 +00:00
tests Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers 2022-12-25 21:48:44 +00:00
.cargo-checksum.json Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers 2022-12-25 21:48:44 +00:00
Cargo.toml Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers 2022-12-25 21:48:44 +00:00
LICENSE
README.mkd

README.mkd

libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety. The most important safety guarantee of this library is the prevention of dangling Symbols that may occur after a Library is unloaded.

Using this library allows the loading of dynamic libraries, also known as shared libraries, as well as the use of the functions and static variables that these libraries may contain.

libloading is available to use under ISC (MIT-like) license.