This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Use Failure
crate to enhance error handling
#7077
Labels
F8-enhancement 🎊
An additional feature request.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
Failure crate reflects new approach to error handling in Rust.
It natively supports backtraces, error downcasting, and is backward compatible with
io::Error
through blanket impl. Detailed information, as well as various use cases may be found in documentation.I think, we may consider migrating to this crate once it became stable enough.
The text was updated successfully, but these errors were encountered: