William Henderson 41a81fafef Made documentation spelling consistent
It was previously a mix of British and American English, it is now just British English
2021-10-08 20:56:51 +01:00
2016-07-27 17:16:33 +03:00
2015-11-08 14:21:39 +02:00

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.

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