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
In quite a few places in the code, you have panic!() or unwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead