Login
From:
rustmagazine.org
(Uncensored)
subscribe
How I Designed the API for Backon, a User-Friendly Retry Crate
https://rustmagazine.org/issue-2/how-i-designed-the-api-for-backon-a-user-friendly-retry-crate
links
backlinks
Roast topics
Find topics
Find it!
backon is a Rust error retry library, and this article aims to share some techniques I used in implementing it. https://github.com/Xuanwo/backon When implementing the RetryLayer for OpenDAL, I n