summaryrefslogtreecommitdiffstats
path: root/third_party/rust/kernel32-sys/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/kernel32-sys/README.md')
-rw-r--r--third_party/rust/kernel32-sys/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/rust/kernel32-sys/README.md b/third_party/rust/kernel32-sys/README.md
new file mode 100644
index 0000000000..07ee5a6d6f
--- /dev/null
+++ b/third_party/rust/kernel32-sys/README.md
@@ -0,0 +1,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/)