Cargo Features
[dependencies]
tracing-rtt = { version = "0.1.1", default-features = false, features = ["std", "alloc", "heapless"] }
- default = std
-
The
std
feature is set by default whenevertracing-rtt
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- heapless
tracing-rtt has 4 features without comments.