Cargo Features
[dependencies]
pinocchio-log = { version = "0.1.0", default-features = false, features = ["macro"] }
- default = macro
-
The
macro
feature is set by default wheneverpinocchio-log
is added without
somewhere in the dependency tree.default-features = false - macro default
-
Enables pinocchio-log-macro
pinocchio-log has 2 features without comments.