progenitor-extras 0.1.1

Extra functionality for the Progenitor OpenAPI client generator
Documentation
<!-- cargo-sync-rdme title [[ -->
# progenitor-extras
<!-- cargo-sync-rdme ]] -->
<!-- cargo-sync-rdme badge [[ -->
![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/progenitor-extras.svg?)
[![crates.io](https://img.shields.io/crates/v/progenitor-extras.svg?logo=rust)](https://crates.io/crates/progenitor-extras)
[![docs.rs](https://img.shields.io/docsrs/progenitor-extras.svg?logo=docs.rs)](https://docs.rs/progenitor-extras)
[![Rust: ^1.88.0](https://img.shields.io/badge/rust-^1.88.0-93450a.svg?logo=rust)](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)
<!-- cargo-sync-rdme ]] -->
<!-- cargo-sync-rdme rustdoc [[ -->
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.
<!-- cargo-sync-rdme ]] -->

## License

This project is available under the terms of either the [Apache 2.0 license](LICENSE-APACHE) or the [MIT license](LICENSE-MIT).