Cargo Features
xitca-server has no features set by default.
[dependencies]
xitca-server = { version = "0.4.0", features = ["quic", "io-uring"] }
- quic
-
server implementation of quic
- io-uring = tokio-uring
-
server implementation on tokio-uring runtime.
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.
- tokio-uring io-uring?
-
Enables tokio-uring
io-uring support