Error-chain 0.6.0

Three months after the last release, here is error-chain 0.6.0! Major changes:

  • Removal of ChainErr in types and ErrorKind in links (breaking)
  • More flexible syntax with much better error reporting
  • Conditional compilation for the variants

More details in the changelog. A better doc and examples are WIP.

6 Likes

Thanks @Yamakaky!