bozaro / rust_libloading

A better library for loading dynamic libraries

Home Page:https://nagisa.github.io/rust_libloading/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libloading Travis CI Appveyor CI

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.


Note, that this library is not a drop-in replacement for the deprecated dynamic_lib. Many dubious APIs (notably, library search path modification) were prunned and string arguments take types that match conventions and system APIs better.

About

A better library for loading dynamic libraries

https://nagisa.github.io/rust_libloading/

License:ISC License


Languages

Language:Rust 99.0%Language:Shell 1.0%