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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .github/workflows | 1 year ago | |
| src | 1 year ago | |
| tests | 1 year ago | |
| .cargo_vcs_info.json | 1 year ago | |
| .gitignore | 1 year ago | |
| Android.bp | 1 year ago | |
| Cargo.toml | 1 year ago | |
| Cargo.toml.orig | 1 year ago | |
| LICENSE | 1 year ago | |
| METADATA | 1 year ago | |
| MODULE_LICENSE_ISC | 1 year ago | |
| OWNERS | 1 year ago | |
| README.mkd | 1 year ago | |
| TEST_MAPPING | 1 year ago | |
| cargo2android.json | 1 year ago | |
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.