abrasion/third_party/cargo/vendor/libloading-0.7.0
q3k 4a50bbf00d third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
..
src third_party/cargo: update 2021-04-03 16:13:10 +00:00
tests third_party/cargo: update 2021-04-03 16:13:10 +00:00
.cargo-checksum.json third_party/cargo: update 2021-04-03 16:13:10 +00:00
BUILD.bazel third_party/cargo: re-raze, fix winapi for windows 2021-05-03 23:43:36 +02:00
Cargo.toml third_party/cargo: update 2021-04-03 16:13:10 +00:00
LICENSE third_party/cargo: update 2021-04-03 16:13:10 +00:00
README.mkd third_party/cargo: update 2021-04-03 16:13:10 +00:00

README.mkd

libloading

Safer bindings 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 available to use under ISC (MIT-like) license.