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 whenever bigerror is added without default-features = false somewhere in the dependency tree.

std default

Enables anyhow and std of error-stack

spantrace

Enables spantrace of error-stack

error-stack:

Enables automatic capturing of SpanTraces

eyre

Enables eyre of error-stack

error-stack:

Provides into_report to convert eyre::Report to Report

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.