• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,7552,681

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D16-Apr-2016593 1817

README.mdH A D09-Nov-2015263 1410

build.rsH A D09-Nov-2015153 74

README.md

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