bcmyers / argonautica

Idiomatic argon2 password hashing for several languages
Apache License 2.0
146 stars 29 forks source link

`thiserror` implementation #38

Open ManevilleF opened 3 years ago

ManevilleF commented 3 years ago

The failure crate is deprecated so I'm implemeting std::Error for argonautica using thiserror crate.

Related issue: https://github.com/bcmyers/argonautica/issues/15