error-chain
error-chain copied to clipboard
Document quick_error!
Closing for #58.
quick_error still doesn't have any docs.
Oops
This is especially problematic since the errrors section of error_chain! says "The syntax here is the same as quick_error!, but the from() and cause() syntax is not supported." Without any documentation of that syntax, this is pretty much a brick wall for figuring out how to use the library, and I've encountered it within 3 minutes of getting started.
Yep, I just ran into this too