Replies: 1 comment 6 replies
-
What do you think, @EstebanBorai ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imo, we should migrate from
anyhow
tocolor_eyre
There are several reasons for this decision:
color_eyre
is a drop-in replacement foranyhow
: You don't have to re-learn anything to be able to write itcolor_eyre
is way prettier thananyhow
: See examples in feat: Switch to color_eyre and remove unneeded .unwrap()s #426color_eyre
's trait has more methods on errors, likesection
,warning
,suggestion
,context
, etc. See docseyre
is a progression ofanyhow
Let me know what you think
Beta Was this translation helpful? Give feedback.
All reactions