winapi 0.1.11

Types and constants for WinAPI bindings. See README for list of crates providing function bindings.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "winapi"
version = "0.1.11"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "Types and constants for WinAPI bindings. See README for list of crates providing function bindings."
documentation = "https://retep998.github.io/doc/winapi/"
repository = "https://github.com/retep998/winapi-rs"
readme = "README.md"
keywords = ["Windows", "FFI", "WinSDK"]
license = "MIT"

[dependencies]
libc = "*"