dinvoke_rs 0.1.0

Dynamically invoke arbitrary unmanaged code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.windows]
features = ["Win32_Foundation"]
version = "0.51"

[package]
authors = ["Kurosh Dabbagh Escalante (@_Kudaes_)"]
description = "Dynamically invoke arbitrary unmanaged code."
keywords = ["dinvoke", "dynamic", "syscall"]
license = "MIT"
name = "dinvoke_rs"
readme = "README.md"
repository = "https://github.com/Kudaes/DInvoke_rs"
version = "0.1.0"
[profile.release]
strip = true