mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-21 00:26:36 -04:00
32368c0de5dc5a213e3d7d7053293c888fa03908
Error type
This allows us to: a) remove the panics in this library and give the control over what to do to the user; b) expose the error conditions to the user better, even if just slightly; c) implement the modern error handling currently implemented in many of the modern Rust libraries.
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%