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
andRegistry
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 ^0.52
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