add re-exports from retry-policies crate (#157)

fixes #84
This commit is contained in:
Chris Beck 2024-05-31 18:57:43 -06:00 committed by GitHub
parent 620b089db1
commit 3ae02fcd8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ mod middleware;
mod retryable;
mod retryable_strategy;
pub use retry_policies::{policies, RetryPolicy};
pub use retry_policies::{policies, Jitter, RetryDecision, RetryPolicy};
pub use middleware::RetryTransientMiddleware;
pub use retryable::Retryable;