Is It Dead Yet? dependency vitals

failurecrates.io

Signals · last 1 check

Commits 90d
0
Open issues
84
Unanswered
14
Contributors
0
State history 1
WhenChange
2026-09-03 first verdict: abandoned
Where to go instead 2
  1. thiserror A few hours

    For libraries: derives the error type failure used to

    Replace `#[derive(Fail)]` with `#[derive(thiserror::Error)]` and implement `std::error::Error`.

    Checked by hand.

  2. anyhow Drop-in replacement

    For applications: one boxed error type, like failure::Error

    `failure::Error` becomes `anyhow::Error`, and `bail!`/`ensure!` keep working.

    Checked by hand.

Badge

maintenance: abandoned

Drop this in your README. It re-renders itself as the verdict changes.

[![maintenance](https://isitdeadyet.dev/badge/crates/failure.svg)](https://isitdeadyet.dev/crates/failure)

Watch it

Get told when failure changes state, changes licence, or is deprecated — instead of finding out during an incident.

Free for up to 25 packages. Signing in is a link sent to your email — there is no password to choose.