Failure Alternatives
Similar projects and alternatives to failure
-
-
cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
failure reviews and mentions
-
Beginner's Guide to Error Handling in Rust
> 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
The Rust way. And then deprecate just before 1.0. Crying in failure crate
Stats
rust-lang-deprecated/failure is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.