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 default-features = false somewhere in the dependency tree.

log default

Configure tracing to log events via log if no tracing subscriber exists.

Enables log of tracing

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.

tracing default log