libloading

Crates.iolibloading
lib.rslibloading
version0.8.5
sourcesrc
created_at2015-11-08 12:22:07.864268
updated_at2024-07-20 10:38:29.952546
descriptionBindings around the platform's dynamic library loading primitives with greatly improved memory safety.
homepage
repositoryhttps://github.com/nagisa/rust_libloading/
max_upload_size
id3385
size117,823
Simonas Kazlauskas (nagisa)

documentation

https://docs.rs/libloading/

README

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.

Commit count: 206

cargo fmt