Cargo Features
[dependencies]
loss = { version = "0.1.0", default-features = false, features = ["alloc", "env-filter", "json", "attributes", "tracing-log", "smallvec"] }
- default = alloc, attributes, env-filter, json, smallvec, tracing-log
-
These default features are set whenever
loss
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Enables alloc of tracing-subscriber
- env-filter default
-
Enables env-filter of tracing-subscriber
- json default
-
Enables json of tracing-subscriber
- attributes default
-
Enables attributes of tracing
- tracing-log default
-
Enables tracing-log of tracing-subscriber
- smallvec default
-
Enables smallvec of tracing-subscriber
LOSS has 7 features without comments.