Cargo Features

[dependencies]
compio-driver = { version = "0.3.0", default-features = false, features = ["polling", "io-uring-socket", "iocp-global", "once_cell_try", "nightly", "io-uring"] }
default = io-uring

The io-uring feature is set by default whenever compio-driver is added without default-features = false somewhere in the dependency tree.

polling

Enables os_pipe and polling

io-uring-sqe128 io-uring-cqe32 io-uring-socket
iocp-global
once_cell_try nightly?

Nightly features

nightly = once_cell_try

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.

io-uring linux default