Cargo Features
[dependencies]
rotbuf = { version = "0.0.3", default-features = false, features = ["DEBUG_TRACING"] }
- default = DEBUG_TRACING
-
The
DEBUG_TRACING
feature is set by default wheneverrotbuf
is added without
somewhere in the dependency tree.default-features = false - DEBUG_TRACING default
RotBuf has 2 features without comments.