Skip to content

A Rust library to retry some code until its return value satisfies a condition.

License

Notifications You must be signed in to change notification settings

jimmycuadra/retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f57ab9e · Mar 29, 2025

History

93 Commits
Mar 29, 2025
Apr 11, 2015
Mar 23, 2017
Mar 29, 2025
Jan 12, 2020
Jan 12, 2020

Repository files navigation

retry

Build Status

Crate retry provides utilities for retrying operations that can fail.

Documentation

retry has comprehensive documentation available on docs.rs.

Legal

retry is released under the MIT license. See LICENSE.