blob: 07ee5a6d6f878e792355db49ec3e010e6f01dc1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# kernel32 #
Contains function definitions for the Windows API library kernel32. See winapi for types and constants.
```toml
[dependencies]
kernel32-sys = "0.2.1"
```
```rust
extern crate kernel32;
```
[Documentation](https://retep998.github.io/doc/kernel32/)
|