• Home
Name Date Size #Lines LOC

..--

.github/workflows/03-May-2024-165155

src/03-May-2024-2,107907

tests/03-May-2024-451365

.cargo_vcs_info.jsonD03-May-202474 65

.gitignoreD03-May-202422 43

Android.bpD03-May-2024689 3227

Cargo.tomlD03-May-20241.2 KiB3734

Cargo.toml.origD03-May-2024875 3328

LICENSED03-May-2024736 1310

METADATAD03-May-2024411 2019

MODULE_LICENSE_ISCD03-May-20240

OWNERSD03-May-202440 21

README.mkdD03-May-2024593 1711

TEST_MAPPINGD03-May-2024207 1211

README.mkd

1# libloading
2
3Safer bindings around system dynamic library loading primitives. The most important safety
4guarantee by this library is prevention of dangling-`Symbol`s that may occur after a `Library` is
5unloaded.
6
7Using this library allows loading dynamic libraries (also known as shared libraries) as well as use
8functions and static variables these libraries contain.
9
10* [Documentation][docs]
11* [Changelog][changelog]
12
13[docs]: https://docs.rs/libloading/
14[changelog]: https://docs.rs/libloading/*/libloading/changelog/index.html
15
16libloading is available to use under ISC (MIT-like) license.
17