actix / book

Actix user guides
https://actix.rs/docs/actix
Apache License 2.0
187 stars 60 forks source link

Replace/Update `Errors` example from `failure` to `thiserror`/`anyhow` #52

Closed CinchBlue closed 3 years ago

CinchBlue commented 4 years ago

Hi,

The failure crate is deprecated. We should try to update our examples to thiserror/anyhow since they are now considered more "idiomatic."

I'd be willing to do the legwork, but I need to have someone validate the example I would write.

Thanks.

JohnTitor commented 3 years ago

AFAIK this repository doesn't contain any example with failure crate. Do you mean actix/examples repo? Then yes, we could replace it with the alternative crate such as thiserror/anyhow. Anyway, I'm going to close this issue as we shouldn't track this here.