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
While panicking at a point of no return might be considered reasonable error handling in Rust, it turns out that the messages given to except don't translate in any way to some of the binding languages. We therefore should consider to avoid any panics in favor of using Results.
While panicking at a point of no return might be considered reasonable error handling in Rust, it turns out that the messages given to
except
don't translate in any way to some of the binding languages. We therefore should consider to avoid any panics in favor of usingResult
s.Maybe should go hand-in-hand with #31.
The text was updated successfully, but these errors were encountered: