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

..03-May-2022-

.github/workflows/H03-May-2022-165159

src/H03-May-2022-1,997925

tests/H03-May-2022-444356

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197022 43

Cargo.tomlH A D01-Jan-19701.3 KiB3734

Cargo.toml.orig-cargoH A D01-Jan-1970891 3429

LICENSEH A D01-Jan-1970736 1310

README.mkdH A D01-Jan-1970593 1711

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