Cargo Features
[dependencies]
reportify = { version = "0.1.0", default-features = false, features = ["spantrace", "backtrace"] }
- default = backtrace, spantrace
-
These default features are set whenever
reportify
is added without
somewhere in the dependency tree.default-features = false - spantrace default
-
Enables tracing-error
- backtrace default
-
Enables backtrace
Reportify has 3 features without comments.