Cargo Features
[dependencies]
mdns-proto = { version = "0.1.0", default-features = false, features = ["std", "alloc", "slab", "tracing"] }
- default = std
-
The
std
feature is set by default whenevermdns-proto
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables dns-protocol-patch, simdutf8, optional slab, and thiserror
- alloc