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 has been archived by the owner on Aug 16, 2021. It is now read-only.
I've been working on moving my library from Results througout towards the glorious future of Futures throughout.
That means that error_chain now produces a lot for dead weight for me, especially a Result sugar I don't use anymore.
Before futures, errors where de-facto coupled to results. Now, they are becoming the glue between futures, results and possibly other abstractions in the future. I think error_chain should stop worrying about results too much and concentrate on the error part.
The text was updated successfully, but these errors were encountered:
I've been working on moving my library from Results througout towards the glorious future of Futures throughout.
That means that error_chain now produces a lot for dead weight for me, especially a Result sugar I don't use anymore.
Before futures, errors where de-facto coupled to results. Now, they are becoming the glue between futures, results and possibly other abstractions in the future. I think error_chain should stop worrying about results too much and concentrate on the error part.
The text was updated successfully, but these errors were encountered: