You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
src | 4 months ago | |
tests | 4 months ago | |
.cargo_vcs_info.json | 4 months ago | |
Android.bp | 4 months ago | |
Cargo.toml | 4 months ago | |
Cargo.toml.orig | 4 months ago | |
LICENSE | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_ISC | 4 months ago | |
OWNERS | 4 months ago | |
README.mkd | 4 months ago | |
TEST_MAPPING | 4 months ago |
README.mkd
libloading
Safer bindings around system dynamic library loading primitives. The most important safety
guarantee by this library is prevention of dangling-Symbol
s 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.