Cargo Features

[dependencies]
iroh-quinn-udp = { version = "0.5.7", default-features = false, features = ["log", "direct-log", "fast-apple-datapath"] }
default = log, tracing

NOTE: Please keep this in sync with the feature list in .github/workflows/codecov.yml, see comment in that file for more information.

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