failure VS containers

Compare failure vs containers and see what are their differences.

failure

Error management (by rust-lang-deprecated)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
failure containers
3 11
1,457 313
- -0.3%
0.0 6.2
almost 4 years ago 12 days ago
Rust Haskell
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

failure

Posts with mentions or reviews of failure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-10.
  • Is there a crate that generates sum types for errors?
    1 project | /r/rust | 31 Jul 2022
    Looks like it was superceeded by failure, which was later deprecated in favor of thiserror and anyhow
  • Beginner's Guide to Error Handling in Rust
    2 projects | news.ycombinator.com | 10 Jul 2022
    > It's not like there's likely hidden segfaults or memory vulns waiting thereā€¦

    It's funny you mention that, because the now-deprecated 'failure' crate has such a memory-safety vulnerability: https://github.com/rust-lang-deprecated/failure/issues/336

    Granted, consuming code is only vulnerable if they opt-in to implementing a provided trait method that most people should never ever need to implement. But I would still try to eliminate 'failure' from my dependency graph if possible (and I recently submitted PRs to two dependencies I was using to remove 'failure' from _their_ dependencies).

  • Semver doesn't mean MAJOR.MINOR.PATCH, it means FAILS.FEATURES.BUGS
    2 projects | /r/programmingcirclejerk | 7 Aug 2021
    The Rust way. And then deprecate just before 1.0. Crying in failure crate

containers

Posts with mentions or reviews of containers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.

What are some alternatives?

When comparing failure and containers you can also consider the following projects:

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

singletons - Fake dependent types in Haskell using singletons

EdisonAPI - Edison: A Library of Efficient Data Structures

igraph - Incomplete Haskell bindings to the igraph library (which is written in C)

hevm - Dapp, Seth, Hevm, and more

miso - :ramen: A tasty Haskell front-end framework

indexed-containers

btree-concurrent - A backend agnostic, concurrent BTree written in Haskell

psqueues - Priority Search Queues in three different flavors for Haskell

adjunctions - Simple adjunctions

distributive - Dual Traversable

graphite - Haskell graphs and networks library