Cargo Features
[dependencies]
tracing-flame = { version = "0.2.0", default-features = false, features = ["smallvec"] }
- default = smallvec
-
The
smallvec
feature is set by default whenevertracing-flame
is added without
somewhere in the dependency tree.default-features = false - smallvec default
-
Enables smallvec of tracing-subscriber
tracing-flame has 2 features without comments.