You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
It is intended to replace error management based on std::error::Error with a new system based on lessons learned over the past several years, including those learned from experience with quick-error and error-chain.
curious to hear others opinions on it
The text was updated successfully, but these errors were encountered:
i thought it was. though i was running into some issues yesterday with web3::Error which uses error chain. failure requires things implementing Fail to be Sync and Send which is annoying. i'll probably hold off on this for now
i've used https://github.com/rust-lang-nursery/failure in other projects and found it much nicer to work with than error_chain
curious to hear others opinions on it
The text was updated successfully, but these errors were encountered: