qubit-cas 0.3.4

Typed compare-and-swap executor with retry-aware conflict handling
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026.
 *    Haixing Hu, Qubit Co. Ltd.
 *
 *    All rights reserved.
 *
 ******************************************************************************/
//! Integration tests for `qubit-cas`.

mod decision;
mod error;
mod event;
mod executor;
mod observability;
mod options;
mod report;
mod strategy;
mod success;
mod support;