apyrgio/tindercrypt

impl std Error for tindercrypt Error

thedodd opened this issue · 1 comments

Hello again! Meant to pop this issue earlier. I think it would be nice to implement std::error::Error for the tindercrypt::error::Error type.

Happy to open a PR for this soon, but I wanted to open this issue just in case someone else beats me to it :).

You're right, implementing Error would help a lot of people. I've actually done something similar in another crate of mine using thiserror, which has various other goodies. I'll open a PR here to do the same.