Simonas Kazlauskas 32368c0de5 Implement the 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.
2020-04-05 22:25:39 +03:00
2020-04-05 22:25:39 +03:00
2020-04-05 22:25:39 +03:00
2016-07-27 17:16:33 +03:00
2020-04-05 01:10:43 +03:00
2020-04-05 16:36:11 +03:00
2015-11-08 14:21:39 +02:00
2020-04-05 01:28:47 +03:00

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.

S
Description
提供动态库加载的支持。 | A Rust library that provides support for dynamic library loading.
Readme 1.2 MiB
Languages
Rust 100%