Custom context for the eyre error-handling library that captures backtraces on stable Rust.
# Cargo.toml
[dependencies]
stable-eyre = "0.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an error report with a captured backtrace.
Enable the `backtrace` feature in Cargo.toml: stable-eyre = { features = ["backtrace"] }No dependency data recorded yet.