dermesser / yup-oauth2

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
https://docs.rs/yup-oauth2/
Apache License 2.0
219 stars 114 forks source link

Use thiserror instead of anyhow #238

Closed threema-donat closed 2 months ago

threema-donat commented 2 months ago

In libraries, it is recommended to use thiserror instead of anyhow. I would like to add a timeout to the hyper client in a future PR, which is easier when working with thiserror.