qubit-retry 0.2.2

Retry module, providing a feature-complete, type-safe retry management system with support for multiple delay strategies and event listeners
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026.
 *    Haixing Hu, Qubit Co. Ltd.
 *
 *    All rights reserved.
 *
 ******************************************************************************/
//! # Retry Module Tests
//!
//! Integration tests and examples for the retry module.

pub mod builder_tests;
pub mod default_config_tests;
pub mod delay_strategy_tests;
pub mod error_tests;
pub mod executor_tests;
pub mod integration_tests;
pub mod operation_timeout_tests;
pub mod simple_config_tests;