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
Anyhow is a great error handling crate for applications, but libraries should prefer brining their own error types instead. For example, I switched from anyhow to eyre, and adding the cli-clipboard dependency would reintroduce anyhow which I don't necessarily want/need.
I'm just noticing wl-clipboard-rs also depends on failure, which means I now depend on three(!) similar error handling crates. I'll open an upstream issue there too.
The text was updated successfully, but these errors were encountered:
Anyhow is a great error handling crate for applications, but libraries should prefer brining their own error types instead. For example, I switched from
anyhow
toeyre
, and adding thecli-clipboard
dependency would reintroduceanyhow
which I don't necessarily want/need.I'm just noticing
wl-clipboard-rs
also depends onfailure
, which means I now depend on three(!) similar error handling crates. I'll open an upstream issue there too.The text was updated successfully, but these errors were encountered: