dyn-loader 0.5.0

Standardized module loading protocol over the C ABI: language-agnostic interface tables, ref-counted interface references and single-owner data boxes for .so/.dll/.dylib modules. Includes a Rust-native fat-pointer fast path (same-compiler-version clause).
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "dyn-loader"
version = "0.5.0"
edition = "2024"
description = "Standardized module loading protocol over the C ABI: language-agnostic interface tables, ref-counted interface references and single-owner data boxes for .so/.dll/.dylib modules. Includes a Rust-native fat-pointer fast path (same-compiler-version clause)."
license = "MIT"
readme = "README.md"

[dependencies]
libloading = "0.8"
anyhow = "1"