rustc/vendor/libloading
2024-06-04 21:09:03 +02:00
..
src New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
tests New upstream version 1.73.0+dfsg1 2024-05-27 22:45:50 +02:00
.cargo-checksum.json New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
Cargo.toml New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
LICENSE New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
README.mkd New upstream version 1.73.0+dfsg1 2024-05-27 22:45:50 +02: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.