winapi-wsapoll 0.1.2

Safe wrapper around WSAPoll
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "as-is"

[dependencies]

[package]
authors = ["Uli Schlachter <psychon@znc.in>"]
description = "Safe wrapper around WSAPoll"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "winapi-wsapoll"
readme = "README.md"
repository = "https://github.com/psychon/winapi-wsapoll"
version = "0.1.2"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2"]
version = "0.3"