Skip to content

Commit

Permalink
docs: Backon is adaptable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Oct 23, 2024
1 parent 781b367 commit f1cb92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Make **retry** like a built-in feature provided by Rust.
- **Flexible**: Supports both blocking and async functions.
- **Powerful**: Allows control over retry behavior such as [`when`](https://docs.rs/backon/latest/backon/struct.Retry.html#method.when) and [`notify`](https://docs.rs/backon/latest/backon/struct.Retry.html#method.notify).
- **Customizable**: Supports custom retry strategies like [exponential](https://docs.rs/backon/latest/backon/struct.ExponentialBuilder.html), [constant](https://docs.rs/backon/latest/backon/struct.ConstantBuilder.html), etc.
- **Adaptable**: Works on all platforms supported by Rust, including both `wasm` and `no-std`.

---

Expand Down

0 comments on commit f1cb92c

Please sign in to comment.