]> git.proxmox.com Git - rustc.git/blob - src/vendor/kernel32-sys/README.md
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / kernel32-sys / README.md
1 # kernel32 #
2 Contains function definitions for the Windows API library kernel32. See winapi for types and constants.
3
4 ```toml
5 [dependencies]
6 kernel32-sys = "0.2.1"
7 ```
8
9 ```rust
10 extern crate kernel32;
11 ```
12
13 [Documentation](https://retep998.github.io/doc/kernel32/)