Cargo Features

xitca-server has no features set by default.

[dependencies]
xitca-server = { version = "0.2.0", features = ["http3", "io-uring"] }
http3

server implementation of http/3

Enables http3 of xitca-io

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