mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-21 00:26:36 -04:00
08cfc8f9c077331d02e45c60d51cdf31ccc68e79
With these improvements browsing the documentation for os-specific functionality should be possible from any system. In particular UNIX documentation now has information on Windows and the Windows documentation has information on UNIX-specific stuff.
libloading
A memory-safer wrapper 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 distributed under ISC (MIT-like) license.
Description
Languages
Rust
100%