minidl 0.1.6

Extremely lean cross platform library for loading symbols
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.maintenance]
status = "experimental"

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["external-ffi-bindings"]
description = "Extremely lean cross platform library for loading symbols"
documentation = "https://docs.rs/minidl"
edition = "2018"
include = ["/**/*.rs", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "Readme.md"]
keywords = ["dlopen", "LoadLibrary", "dlsym", "dll", "so"]
license = "MIT OR Apache-2.0"
name = "minidl"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/minidl"
rust-version = "1.54"
version = "0.1.6"