Keats/tera

Investigate failure to replace error-chain

Closed this issue · 2 comments

Keats commented

https://github.com/withoutboats/failure

Probably a bit too early right now but soon

For what it's worth - it was very painless for me - the only rough edges were some errors returned by tera weren't Sync (or was it Send?), so I just opted for a match, then Option returns a value, NoneType(?) which doesn't have Display implemented - so there I had a special case too. Otherwise it was a pleasure. I would highly recommend moving to Failure before 1.x.

Keats commented

Failure doesn't seem to be the way to go for the foreseeable future right now.