softprops/recap

more usable representation of errors

softprops opened this issue · 0 comments

💡 Feature description

the current design was an mvp with the error being an alias for envy::Error. This has the drawback in that its not currently possible in to destructure a type alias of an enum on stable rust. lets just create a custom error that has good From impls

💻 Basic example