Sha256: 707e1cae9fa4b691ce5cb8a3976573158fc60b67cb89948f8f5d51c5908bd0a8
Contents?: true
Size: 662 Bytes
Versions: 19
Compression:
Stored size: 662 Bytes
Contents
# libloading Bindings around the platform's dynamic library loading primitives with greatly improved memory safety. The most important safety guarantee of this library is the prevention of dangling `Symbol`s that may occur after a `Library` is unloaded. Using this library allows the loading of dynamic libraries, also known as shared libraries, as well as the use of the functions and static variables that these libraries may contain. * [Documentation][docs] * [Changelog][changelog] [docs]: https://docs.rs/libloading/ [changelog]: https://docs.rs/libloading/*/libloading/changelog/index.html libloading is available to use under ISC (MIT-like) license.
Version data entries
19 entries across 19 versions & 1 rubygems