Cargo Features
[dependencies]
compio-driver = { version = "0.5.1", 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 whenevercompio-driver
is added without
somewhere in the dependency tree.default-features = false - 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