duroxide 0.1.27

Durable code execution framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Replay Engine Test Suite
//!
//! This test file pulls in the replay_engine module which contains
//! comprehensive tests for the ReplayEngine component.
#![allow(clippy::unwrap_used)]
#![allow(clippy::clone_on_ref_ptr)]
#![allow(clippy::expect_used)]

mod replay_engine;