Registry / utility / error-stack

error-stack

JSON →
library0.7.0rscratesunverified

A context-aware error-handling library that supports arbitrary attached user data.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use error_stack::Report;

Create and return an error report.

use error_stack::Report; fn main() -> Result<(), Report<&'static str>> { Err(Report::new("something went wrong")) }
Debug
Known footguns
gotchaRequires nightly Rust for full feature set.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources