retryable-result 0.2.0

repeatedly try on some recoverable errors until too many or a fatal error
Documentation
1
2
3
4
5
pub mod retryable;
pub mod try_again;

pub use retryable::{Retryable, RetryableResult};
pub use try_again::repeatedly_try;