Skip to content

Commit

Permalink
docs: Add a logo for backon (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Aug 26, 2024
1 parent 6bcdcd9 commit b541a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Binary file added .github/assets/logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# backon &emsp; [![Build Status]][actions] [![Latest Version]][crates.io] [![](https://img.shields.io/discord/1111711408875393035?logo=discord&label=discord)](https://discord.gg/8ARnvtJePD)
# backon

<img src="./.github/assets/logo.jpeg" alt="BackON" width="38.2%" align="right" />

[![Build Status]][actions] [![Latest Version]][crates.io] [![](https://img.shields.io/discord/1111711408875393035?logo=discord&label=discord)](https://discord.gg/8ARnvtJePD)

A Rust library for retrying operations with backoff strategies.

[Build Status]: https://img.shields.io/github/actions/workflow/status/Xuanwo/backon/ci.yml?branch=main
[actions]: https://github.com/Xuanwo/backon/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/backon.svg
[crates.io]: https://crates.io/crates/backon

A rust library for retrying operations with backoff strategies.

> If your bacon is burnt, `backon` gives you more chances.
---

The opposite backoff implementation of the popular [backoff](https://docs.rs/backoff).
Expand Down

0 comments on commit b541a22

Please sign in to comment.