Language

Package: rust-libloading @ 0.3.4

Synopsis

Rust library for loading dynamic libraries

Description

A memory-safer wrapper around system dynamic library loading primitives. The most important safety guarantee by this library is prevention of dangling-Symbols that may occur after a Library is unloaded. Using this library allows loading dynamic libraries (also known as shared libraries) as well as use functions and static variables these libraries contain.

Home page
https://github.com/nagisa/rust_libloading/
Location
gnu/packages/crates-io.scm (line: 14736, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings