rustc/vendor/libloading-0.8.6
2025-02-17 11:14:05 +01:00
..
src New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
tests New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
.cargo-checksum.json New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
Cargo.toml New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
LICENSE New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
README.mkd New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00

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.