rust-embedded/gpio-cdev

Remove error-chain and manually implement an error type.

chris-ricketts opened this issue · 2 comments

As discussed in #24

This would remove a dependency and give end users of the library more flexibility to handle errors how they wish.

error-chain is going to be deprecated in any case.

The new error type should endeavor to play nicely with failure without having a direct dependency on it.

Any thoughts on #26?

Any thoughts on #26?

Sorry, got buried. I'll try to get to it in the next 24 hours.