GildedHonour / frank_jwt

JSON Web Token implementation in Rust.
https://jwt.io
Apache License 2.0
252 stars 47 forks source link

Use error_chain? #19

Closed lightdiscord closed 6 years ago

lightdiscord commented 6 years ago

Maybe use error_chain crate for a better error handling system?

GildedHonour commented 6 years ago

I don't think that one additional dependency is better