GitHub - hbeimf/rust_libloading: A better library for loading dynamic libraries

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.

About

A better library for loading dynamic libraries

Resources

Readme

License

ISC license

Activity

Stars

1 star

Watchers

0 watching

Forks

0 forks

Languages

  • Rust 100.0%