Cargo Features

[dependencies]
verypoll = { version = "0.1.0", default-features = false, features = ["os-poll", "os-ext", "net", "log"] }

For documentation of features see the verypoll::features module.

default = log

By default verypoll only provides a shell implementation.

os-poll os-ext?

Enables the Poll and Registry types.

os-ext = os-poll

Enables additional OS specific extensions, e.g. Unix pipe(2).

Enables Win32_Security and Win32_System_Pipes of windows-sys

Affects verypoll::unix, verypoll::windows

net

Enables verypoll::net module containing networking primitives.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log default