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
We currently use both anyhow and thiserror (and originally started with anyhow). thiserror is more suitable for libraries, so need to look through the codebase and replace anyhow!, bail!, ensure!, etc with typed errors via thiserror.
We currently use both
anyhowandthiserror(and originally started with anyhow).thiserroris more suitable for libraries, so need to look through the codebase and replaceanyhow!,bail!,ensure!, etc with typed errors viathiserror.