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
Swift 5 added a standard Result enum that represents function results that can include errors. This is more concise and seems preferable to try/catch handling.
Should we update this library to use Result instead of throw (and bump the release number to 0.6)?
Swift 5 added a standard Result enum that represents function results that can include errors. This is more concise and seems preferable to try/catch handling.
Should we update this library to use Result instead of throw (and bump the release number to 0.6)?
cc @0xced it looks like you've done this already: 0xced@a25ec65