Registry / other / dlopen-derive

dlopen-derive

JSON →
library0.1.4rscratesunverified

Derive macros for the dlopen crate, enabling automatic generation of dynamic library loading code.

# Cargo.toml [dependencies] dlopen_derive = "0.1.4"
INSTALL
IMPORT
SIG · DLOPEN-DERIVE
D
dlopen-derive
otherrustv0.1.4
harness data pending
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.

Dlopen
use dlopen_derive::Dlopen;

Derive dynamic library loading with dlopen.

use dlopen_derive::Dlopen; #[derive(Dlopen)] struct MyLib; fn main() { let lib = MyLib::new("libexample.so").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Amazon
1
Resources
dlopen-derive — cargo add dlopen-derive · libregistry