• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/workflows/23-Nov-2023-165155

src/23-Nov-2023-2,107907

tests/23-Nov-2023-451365

.cargo_vcs_info.jsonD23-Nov-202374 65

.gitignoreD23-Nov-202322 43

Android.bpD23-Nov-2023689 3227

Cargo.tomlD23-Nov-20231.2 KiB3734

Cargo.toml.origD23-Nov-2023875 3328

LICENSED23-Nov-2023736 1310

METADATAD23-Nov-2023411 2019

MODULE_LICENSE_ISCD23-Nov-20230

OWNERSD23-Nov-202340 21

README.mkdD23-Nov-2023593 1711

TEST_MAPPINGD23-Nov-2023207 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