# progenitor-extras

[](https://crates.io/crates/progenitor-extras)
[](https://docs.rs/progenitor-extras)
[](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)
Extra functionality for the [Progenitor](https://docs.rs/progenitor) OpenAPI client generator.
### Operation retries
The [`retry`](https://docs.rs/progenitor-extras/0.1.1/progenitor_extras/retry/index.html) module provides utilities to perform retries against
Progenitor-generated API clients with a backoff via the [`backon`](https://docs.rs/backon/1.6.0/backon/index.html) crate. See
the module documentation for more information.
## License
This project is available under the terms of either the [Apache 2.0 license](LICENSE-APACHE) or the [MIT license](LICENSE-MIT).