lucacasonato / acme2

A Tokio and OpenSSL based ACMEv2 client for Rust.
https://docs.rs/acme2
Other
22 stars 7 forks source link

chore: use structured errors #9

Closed lucacasonato closed 3 years ago

lucacasonato commented 3 years ago

Use a strucuted error type instead of anyhow. This should help with handling server errors more gracefully, and adding timeouts to the wait calls in the future.