Cargo Features
[dependencies]
bigerror = { version = "0.9.0", default-features = false, features = ["std", "spantrace", "eyre", "serde", "hooks"] }
- default = std
-
The
std
feature is set by default wheneverbigerror
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables anyhow and std of error-stack
- spantrace
-
Enables spantrace of error-stack
error-stack:
Enables automatic capturing of
SpanTrace
s - eyre
-
Enables eyre of error-stack
error-stack:
Provides
into_report
to converteyre::Report
toReport
- serde
-
Enables serde of error-stack
error-stack:
Enables serialization support
- hooks
-
Enables hooks of error-stack
error-stack:
Enables hooks on
no-std
platforms using spin locks
bigerror has 6 features without comments.