mirror of
https://github.com/redox-os/rust_libloading
synced 2026-08-24 08:26:09 +00:00
No description
- Rust 99%
- C 1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| build.rs | ||
| Cargo.toml | ||
| LICENSE | ||
| README.mkd | ||
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.