Cargo Features
[dependencies]
xous-api-log-server = { version = "0.1.2", default-features = false, features = ["debugprint", "logging"] }
- debugprint
-
adding this allocates the UART for debugging the logger
- logging default
-
adding this allocates the hardware UART for console interactions
- default = logging
-
The
logging
feature is set by default wheneverxous-api-log-server
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
Dependency versions enforced by Cargo.lock.