dolphin 0.2.0

A lightweight and safe Rust FFI library for dynamically loading and invoking functions from shared libraries (.dll, .so, .dylib)
Documentation
[[bin]]
name = "dolphin"
path = "src/main.rs"

[dependencies.libloading]
version = "0.8"

[[example]]
name = "preload_example"
path = "examples/preload_example.rs"

[[example]]
name = "usage_example"
path = "examples/usage_example.rs"

[lib]
name = "dolphin"
path = "src/lib.rs"

[package]
authors = ["Logan Garrett <logan.e.garrett03@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["external-ffi-bindings", "api-bindings", "os"]
description = "A lightweight and safe Rust FFI library for dynamically loading and invoking functions from shared libraries (.dll, .so, .dylib)"
edition = "2024"
exclude = [".env", ".env.*", "target/*", "Cargo.toml.orig"]
homepage = "https://github.com/Logan-Garrett/dolphin"
keywords = ["ffi", "dynamic", "library", "loading", "interop"]
license = "MIT"
name = "dolphin"
readme = "README.md"
repository = "https://github.com/Logan-Garrett/dolphin"
version = "0.2.0"