summaryrefslogtreecommitdiffstats
path: root/third_party/rust/ws2_32-sys/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/ws2_32-sys/README.md')
-rw-r--r--third_party/rust/ws2_32-sys/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/rust/ws2_32-sys/README.md b/third_party/rust/ws2_32-sys/README.md
new file mode 100644
index 0000000000..8dd54c8e3b
--- /dev/null
+++ b/third_party/rust/ws2_32-sys/README.md
@@ -0,0 +1,13 @@
+# ws2_32 #
+Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.
+
+```toml
+[dependencies]
+ws2_32-sys = "0.2.0"
+```
+
+```rust
+extern crate ws2_32;
+```
+
+[Documentation](https://retep998.github.io/doc/ws2_32/)