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
The existing code is mostly a direct port of the C# implementation, which uses exceptions. For speed of porting, I simply unwrapped Options and Results all over the place. We should add Error types to the crate and return them instead of panicking.
The text was updated successfully, but these errors were encountered:
The existing code is mostly a direct port of the C# implementation, which uses exceptions. For speed of porting, I simply unwrapped Options and Results all over the place. We should add Error types to the crate and return them instead of panicking.
The text was updated successfully, but these errors were encountered: