{"id":63956,"library":"backon","title":"Backon","description":"Make retry like a built-in feature provided by Rust, with configurable backoff strategies.","status":"active","version":"1.6.0","language":"rust","source_language":null,"source_url":"https://github.com/Xuanwo/backon","tags":["retry","backoff","async","resilience"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nbackon = \"1.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add backon","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Retryable","correct":"use backon::Retryable;"}],"quickstart":{"code":"use backon::Retryable;\n\nfn main() {\n    let result = (|| -> Result<i32, &str> {\n        Ok(42)\n    })\n    .retry(backon::ExponentialBackoff::default())\n    .await;\n    println!(\"Result: {:?}\", result);\n}","lang":"rust","description":"Retry an async operation with exponential backoff."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires an async runtime (e.g., Tokio) for the retry mechanism.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'async':19 'backoff':15,18 'backon':1 'built':7 'built-in':6 'configur':14 'featur':9 'like':4 'make':2 'provid':10 'resili':20 'retri':3,17 'rust':12 'strategi':16","created_at":"2026-06-17T16:49:56.477596+00:00","updated_at":"2026-06-17T16:49:56.477596+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Xuanwo/backon","github":"https://github.com/Xuanwo/backon","docs":"https://docs.rs/backon/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}