tlhelp32 1.0.3

A small wrapper around the tlhelp32 windows API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "tlhelp32"

version = "1.0.3"

authors = ["Lukas Wirth <lukastw97@gmail.com>"]

description = "A small wrapper around the tlhelp32 windows API"

edition = "2018"

license = "MIT"

repository = "https://github.com/Veykril/tlhelp32"

readme = "README.md"

keywords = ["windows", "winapi", "tlhelp32", "ffi"]

categories = ["os::windows-apis"]



[dependencies]

widestring = "^0.4"



[dependencies.winapi]

version = "^0.3"

features = ["handleapi", "tlhelp32"]