dlloader 0.1.0

A cross-platform dynamic library loader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dlloader"
version = "0.1.0"
edition = "2024"
authors = ["Gleb Petrikov"]
license = "MIT OR Apache-2.0"
description = "A cross-platform dynamic library loader"
readme = "README.md"
repository = "https://github.com/glpetrikov/dlloader"
documentation = "https://docs.rs/dlloader"
keywords = ["dynamic-loading", "dll", "so", "dylib", "loader"]
categories = ["api-bindings", "development-tools::ffi"]

[dependencies]
dlopen2 = "0.8.2"
tempfile = "3.27.0"
thiserror = "2.0.18"