Cargo Features

[dependencies]
bigerror = { version = "0.8.1", default-features = false, features = ["std", "spantrace", "eyre", "serde", "hooks", "grpc"] }
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

eyre

Enables eyre of error-stack

serde

Enables serde of error-stack

hooks

Enables hooks of error-stack

grpc = tonic, tonic-types

Affects bigerror::grpc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tonic grpc?
tonic-types grpc?