Cargo Features
[dependencies]
bare_err_tree = { version = "0.2.2", default-features = false, features = ["derive", "derive_alloc", "source_line", "tracing", "anyhow", "eyre"] }
- default = derive
-
The
derive
feature is set by default wheneverbare_err_tree
is added without
somewhere in the dependency tree.default-features = false - derive default derive_alloc?
-
Enables bare_err_tree_proc
- derive_alloc = derive
-
Enables alloc of bare_err_tree_proc
- heap_buffer source_line
- tracing
-
Enables tracing-core and tracing-error
- anyhow
-
Enables anyhow
- eyre
-
Enables eyre
bare_err_tree has 7 features without comments.