adapter-libloading 0.2.0

An Adapter for adapting the libloading library to the Adapter API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "adapter-libloading"
version = "0.2.0"
edition = "2021"
license = "MIT"
keywords = ["adapter", "plugin", "generic", "libloading", "dynamic"]
authors = ["Samuel Cobb"]
repository = "https://github.com/sjcobb2022/adapter"
homepage = "https://github.com/sjcobb2022/adapter"
description = """An Adapter for adapting the libloading library to the Adapter API."""
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
adapter = { version = "0.2.0", path = "../adapter" }
libloading = "0.8.4"