1ac7cb706Sopenharmony_ci# libloading 2ac7cb706Sopenharmony_ci 3ac7cb706Sopenharmony_ciBindings 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. 4ac7cb706Sopenharmony_ci 5ac7cb706Sopenharmony_ciUsing 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. 6ac7cb706Sopenharmony_ci 7ac7cb706Sopenharmony_ci* [Documentation][docs] 8ac7cb706Sopenharmony_ci* [Changelog][changelog] 9ac7cb706Sopenharmony_ci 10ac7cb706Sopenharmony_ci[docs]: https://docs.rs/libloading/ 11ac7cb706Sopenharmony_ci[changelog]: https://docs.rs/libloading/*/libloading/changelog/index.html 12ac7cb706Sopenharmony_ci 13ac7cb706Sopenharmony_cilibloading is available to use under ISC (MIT-like) license. 14