blob: 8dd54c8e3b1ca6b53b9a91ca918a33630378e6ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/)
|