Skip to content

Commit 7afbfcd

Browse files
authored
docs: Backon is adaptable (#155)
1 parent 781b367 commit 7afbfcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Make **retry** like a built-in feature provided by Rust.
1313
- **Flexible**: Supports both blocking and async functions.
1414
- **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).
1515
- **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.
16+
- **Adaptable**: Works on all platforms supported by Rust, including both `wasm` and `no-std`.
1617

1718
---
1819

0 commit comments

Comments
 (0)