Cargo Features

xitca-io has no features set by default.

[dependencies]
xitca-io = { version = "0.2.1", features = ["runtime", "runtime-uring", "http3"] }
runtime http3? = tokio

tokio runtime support

Affects xitca-io::io, xitca-io::net

runtime-uring = tokio-uring

tokio-uring runtime support

Affects xitca-io::io_uring, net::io_uring

http3 = quinn, runtime

http/3 support

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 runtime?
tokio-uring runtime-uring?
quinn http3?

Enables quinn ^0.10