Registry / other / dlopen

dlopen

JSON →
library0.1.8rscratesunverified

A modern and flexible library for opening and operating on dynamic link libraries (shared objects).

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use dlopen::symbor::Library;

Open a dynamic library using dlopen.

use dlopen::symbor::Library; fn main() { let lib = Library::open("libexample.so").unwrap(); println!("Library loaded successfully"); }
Debug
Known footguns
gotchaRequires the `symbor` feature for safe symbol access; default features may not include it.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources