duroxide 0.1.27

Durable code execution framework for Rust
Documentation
//! Replay Engine Tests
//!
//! This module contains comprehensive tests for the ReplayEngine,
//! verifying the core history-action matching, completion processing,
//! and determinism enforcement.

mod helpers;

mod action_to_event;
mod cancellation;
mod completion_messages;
mod composition;
mod edge_cases;
mod event_allocation;
mod failure_handling;
mod fresh_execution;
mod history_corruption;
mod is_replaying;
mod kv;
mod nondeterminism;
mod panic_handling;
mod partial_completion;
mod replay_with_completions;
mod sequential_progress;
mod sub_orchestration;
mod unobserved_futures;