6 ms·
Great post. I do the same thing for all of my Rust web servers too. I don't use anyhow though, prefer rolling everything myself - which as you call out is a pai
by goddtriffin 10mo ago
Great post. I do the same thing for all of my Rust web servers too. I don't use anyhow though, prefer rolling everything myself - which as you call out is a pain after a while.
- ruptwelve 10mo ago`Anyhow` is a great thing to get you started. But ultimately you wanna use some bespoke errors, and just roll your own!