forward-dll 0.1.6

Forward dll functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.forward-dll-derive]
version = "0.1"

[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Memory", "Win32_System_LibraryLoader"]
version = "0.35.0"

[package]
authors = ["hamflx <a@hamflx.cn>"]
description = "Forward dll functions."
edition = "2021"
license = "MIT"
name = "forward-dll"
repository = "https://github.com/hamflx/forward-dll"
resolver = "1"
version = "0.1.6"