Cargo Features
[dependencies]
quinn-udp = { version = "0.5.7", default-features = false, features = ["log", "direct-log", "fast-apple-datapath"] }
- default = log, tracing
-
These default features are set whenever
quinn-udp
is added without
somewhere in the dependency tree.default-features = false - log default
-
Configure
tracing
to log events vialog
if notracing
subscriber exists. - direct-log
-
Enables log
- fast-apple-datapath
-
Use private Apple APIs to send multiple packets in a single syscall.
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.