windows-dll-codegen 0.4.0

Macro for dynamically loading windows dll functions
Documentation
[dependencies.proc-macro-crate]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Kai <thiskaiguy@gmail.com>"]
categories = ["development-tools::ffi", "external-ffi-bindings", "api-bindings", "os::windows-apis"]
description = "Macro for dynamically loading windows dll functions"
edition = "2018"
homepage = "https://github.com/thisKai/rust-windows-dll"
keywords = ["windows", "win32", "dll", "macro", "ffi"]
license = "MIT"
name = "windows-dll-codegen"
readme = "../README.md"
repository = "https://github.com/thisKai/rust-windows-dll"
version = "0.4.0"