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
With the merge of #129, the new feature option.ok_or_eyre("static error message") was added to eyre. This feature brings with it ergonomics parity with anyhow.
However, the feature is currently documented only under the "Compatibility with anyhow" section, where Option is discussed. This hampers discoverability.
OptionExt::ok_or_eyre's existence and usage should be documented more prominently in README.md, eyre crate-level documentation, and possibly (at release-time) published in articles(?) and / or social media posts.
The text was updated successfully, but these errors were encountered:
With the merge of #129, the new feature
option.ok_or_eyre("static error message")
was added toeyre
. This feature brings with it ergonomics parity withanyhow
.However, the feature is currently documented only under the "Compatibility with
anyhow
" section, whereOption
is discussed. This hampers discoverability.OptionExt::ok_or_eyre
's existence and usage should be documented more prominently inREADME.md
,eyre
crate-level documentation, and possibly (at release-time) published in articles(?) and / or social media posts.The text was updated successfully, but these errors were encountered: