eyre-rs/eyre
A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2378
- days_rel: n/a
- days_push: 22
- n_releases_24m: 0
Adoption not part of the score
1769 stars · 102 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
eyre is a Rust library providing eyre::Report, a trait-object based error handling type for idiomatic error handling and reporting in applications. It is a fork of anyhow that supports customizable error report handlers via companion crates like color-eyre.
Use cases
- handle errors idiomatically in Rust applications
- capture backtraces and span traces with error reports
- customize how error reports are formatted and printed
- attach help messages and suggestions to errors
- replace anyhow with a more flexible error reporting type
When to choose
- you are building a Rust application (not a library with external users) and want ergonomic error handling
- you want rich, customizable error reports with backtraces and span traces
- you like anyhow's ergonomics but need pluggable report handlers
When to avoid
- you are writing a library whose public API should expose concrete error types
- you need a minimal dependency with no error reporting features
- you require API stability guarantees across major version bumps
Facets
library · maturity stable
error-handling developer-tools developer-tools programming-languages rust cross-platform error-reporting anyhow-fork trait-object-errors report-handlers
2 sources
- readme: https://github.com/eyre-rs/eyre · fetched 2026-08-28 · 3dee42795079
- registry_crates: https://crates.io/api/v1/crates/eyre · fetched 2026-08-29 · 7d37eeba3485
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eyre-rs/eyre | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem