[go: up one dir, main page]

windows-win 0.2.1

Some windows hacking library with utilities to find windows and access them
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "windows-win"
version = "0.2.1"
authors = ["Douman <douman@gmx.se>"]
description = "Some windows hacking library with utilities to find windows and access them"
repository = "https://github.com/DoumanAsh/windows-win-rs"
documentation = "http://doumanash.github.io/windows-win-rs/doc/windows_win/index.html"
license = "MIT"
keywords = ["Windows", "winapi"]

[dependencies]
winapi = "^0.2.5"
user32-sys = "^0.1.2"
kernel32-sys = "^0.2.1"
windows-error = "1.0.0"