duroxide 0.1.30

Durable code execution framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! 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;