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
{{ message }}
This repository was archived by the owner on Oct 9, 2018. It is now read-only.
Are there any plans to provide standard layers of error handling mechanism for Rust over raw Result, or any interest in contributions? For example, I have hand-rolled a specialized equivalent of Scala/Haskell idiomatic validation for my own use, in which I accumulate errors in a Result<T, Vec<E>> (using another monoid is of course possible).