backon: Maybe the most elegant retry library ever

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • backon

    Retry with backoff without effort.

  • Hello, everyone! I have built an elegant retry library: backon today. I share here to get some feedback about this crate.

  • rust

    Empowering everyone to build reliable and efficient software.

  • async fn fetch() -> Result { Ok(reqwest::get("https://www.rust-lang.org").await?.text().await?) }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Async Rust?

    3 projects | news.ycombinator.com | 15 Oct 2023
  • Relive: 50 years of C, the good, the bad and the ugly

    8 projects | news.ycombinator.com | 30 Dec 2022
  • Async Rust: Cooperative vs Preemptive scheduling

    3 projects | dev.to | 16 Sep 2022
  • Moving your bugs forward in time

    4 projects | dev.to | 8 May 2024
  • Rust to .NET compiler – Progress update

    2 projects | news.ycombinator.com | 3 May 2024